From 21b4db5a562757e9e16d9d3c0b3feedcb9a6197d Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 13 Nov 2025 23:09:36 +0100 Subject: [PATCH] refactor(montoring/prometheus): removing the useless endpoint --- monitoring/prometheus/prometheus.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index cfa0b0d..c0027f9 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -6,10 +6,6 @@ scrape_configs: static_configs: - targets: ['monitoring-prometheus:9090'] - - job_name: 'backend' - static_configs: - - targets: ['127.0.0.1:8888'] - - job_name: 'cadvisor' static_configs: - targets: ['monitoring-cadvisor:8080'] @@ -21,7 +17,6 @@ scrape_configs: static_configs: - targets: - - http://nginx - http://nginx/monitoring/ok - http://auth/monitoring - http://user/monitoring