From 62b181c3b6da8f2a0c5af3c593207d13153d2e81 Mon Sep 17 00:00:00 2001 From: Will Lewis <1543626+wrjlewis@users.noreply.github.com> Date: Thu, 16 May 2024 14:10:31 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kegan Dougal <7190048+kegsay@users.noreply.github.com> --- grafana/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/README.md b/grafana/README.md index 3981001..e8d2103 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -2,11 +2,11 @@ **Set up Prometheus and Grafana.** Out of scope for this readme. Useful documentation about using Grafana with Prometheus: http://docs.grafana.org/features/datasources/prometheus/ -**Configure the bind address** for prometheus metrics in sliding sync. For example: `SYNCV3_PROM=2112`. Metrics will be accessible at /metrics at this address. +**Configure the bind address** for prometheus metrics in sliding sync. For example: `SYNCV3_PROM=:2112`. Metrics will be accessible at `/metrics` at this address. **Configure a new job in Prometheus** to scrape the sliding sync endpoint. -For example by adding the following job to `prometheus.yml`, if your sliding sync is running locally and you have `SYNCV3_PROM` configured to port 2112: +For example by adding the following job to `prometheus.yml`, if your sliding sync is running locally not in docker and you have `SYNCV3_PROM` configured to port 2112: ``` # Sliding Sync