From 64f00d74c05daacad177f684a1bf1c8b20c5c0e1 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Mon, 16 Jun 2025 17:38:29 +0300 Subject: [PATCH] Fixes: 1) Remove unused `metrics_path` and `scheme` configurations from 'worker' job in Prometheus config; Extra: None; --- monitoring/prometheus.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.yml index 7f85d3cf..d584994e 100644 --- a/monitoring/prometheus.yml +++ b/monitoring/prometheus.yml @@ -10,8 +10,6 @@ scrape_configs: - targets: [ 'app:8000' ] - job_name: 'worker' - metrics_path: /prometheus/metrics - scheme: http static_configs: - targets: [ 'worker:8888' ]