From 0676a62e6a230668cb46d3b44b4144fba49b0ce5 Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Sun, 30 Jun 2024 00:13:07 +0700 Subject: [PATCH] fix: prom target --- microservices/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/prometheus/prometheus.yml b/microservices/prometheus/prometheus.yml index f6215f4..3d752c6 100644 --- a/microservices/prometheus/prometheus.yml +++ b/microservices/prometheus/prometheus.yml @@ -5,5 +5,5 @@ global: scrape_configs: - job_name: gateway-api static_configs: - - targets: ['host.docker.internal:3001'] + - targets: ['gateway:3001'] metrics_path: '/api/v1/metrics' \ No newline at end of file