From 57e1b932f3eacf53a80c7011d95a388b05468477 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 17 Jan 2024 18:17:45 +0100 Subject: [PATCH] fix: Disable unused pushgateway --- prometheus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prometheus.yml b/prometheus.yml index 758009f..87528c2 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -24,10 +24,10 @@ scrape_configs: static_configs: - targets: ['prometheus:9090'] - - job_name: 'pushgateway' - honor_labels: true - static_configs: - - targets: ['pushgateway:9091'] + #- job_name: 'pushgateway' + # honor_labels: true + # static_configs: + # - targets: ['pushgateway:9091'] - job_name: 'website' honor_labels: true