From 838d0fb93ceb5b4915ae4de0dc77c448a30c1802 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 26 Nov 2024 14:58:10 -0500 Subject: [PATCH] fix-url Signed-off-by: Yuri Shkuro --- docker-compose/monitor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/monitor/README.md b/docker-compose/monitor/README.md index b020dda7fd9..deb9e672062 100644 --- a/docker-compose/monitor/README.md +++ b/docker-compose/monitor/README.md @@ -81,7 +81,7 @@ docker compose -f docker-compose-v2.yml up **Tips:** - Let the application run for a couple of minutes to ensure there is enough time series data to plot in the dashboard. - Navigate to Jaeger UI at http://localhost:16686/ and inspect the Monitor tab. Select `redis` service from the dropdown to see more than one endpoint. -- To visualize the raw metrics stored on the Prometheus server (for debugging and local development use cases), use the built-in Prometheus UI at http://localhost:9090/query. For example, http://localhost:9090/query?g0.expr=traces_span_metrics_calls_total&g0.tab=0&g0.range_input=5m +- To visualize the raw metrics stored on the Prometheus server (for debugging and local development use cases), use the built-in Prometheus UI at http://localhost:9090/query. For example, http://localhost:9090/graph?g0.expr=traces_span_metrics_calls_total&g0.tab=0&g0.range_input=5m **Warning:** The included [docker-compose.yml](./docker-compose.yml) file uses the `latest` version of Jaeger and other components. If your local Docker registry already contains older versions, which may still be tagged as `latest`, you may want to delete those images before running the full set, to ensure consistent behavior: