From b58701c146e98f0c62f46bb0c411e9e9aba8b3c1 Mon Sep 17 00:00:00 2001 From: Chenyao Yu <4844716+chenyaoy@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:05:25 -0500 Subject: [PATCH] fix prometheus sidecar metrics --- protocol/contrib/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/contrib/prometheus/prometheus.yml b/protocol/contrib/prometheus/prometheus.yml index 5409a1df3d..a5205fdd47 100644 --- a/protocol/contrib/prometheus/prometheus.yml +++ b/protocol/contrib/prometheus/prometheus.yml @@ -4,4 +4,4 @@ global: scrape_configs: - job_name: "prometheus" static_configs: - - targets: ["connect0:8002"] # ingest side-car metrics in accordance w/ docker-compose env + - targets: ["slinky0:8002"] # ingest side-car metrics in accordance w/ docker-compose env