From 0472f89a446efc3f3e3c310c7ee95712f022fac1 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 26 Jul 2025 02:53:56 +0300 Subject: [PATCH] fix(prometheus): scrape target --- infrastructure/prometheus/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/prometheus/prometheus.yaml b/infrastructure/prometheus/prometheus.yaml index 2ab60b3..0b7c56d 100644 --- a/infrastructure/prometheus/prometheus.yaml +++ b/infrastructure/prometheus/prometheus.yaml @@ -37,4 +37,4 @@ scrape_configs: # Caddy - job_name: caddy static_configs: - - targets: ["caddy:2019"] + - targets: ["proxy:2019"]