mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 22:13:19 +00:00
This patch exposes Scylla's Prometheus port by default. You can now use the Scylla Monitoring project with the Docker image: https://github.com/scylladb/scylla-grafana-monitoring To configure the IP addresses, use the 'docker inspect' command to determine Scylla's IP address (assuming your running container is called 'some-scylla'): docker inspect --format='{{ .NetworkSettings.IPAddress }}' some-scylla and then use that IP address in the prometheus/scylla_servers.yml configuration file. Fixes #1827 Message-Id: <1490008357-19627-1-git-send-email-penberg@scylladb.com>