From b2bb18f58379e1c475d214f1aaaeff469243f80a Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 29 Apr 2025 20:54:53 +0200 Subject: [PATCH] Disable `pushgateway` --- modules/prometheus/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/prometheus/default.nix b/modules/prometheus/default.nix index 5636fe6..e200d58 100644 --- a/modules/prometheus/default.nix +++ b/modules/prometheus/default.nix @@ -27,14 +27,14 @@ in } ]; } - { - job_name = "pushgateway"; - static_configs = [ - { - targets = [ cfg.pushgateway.web.listen-address ]; - } - ]; - } + # { + # job_name = "pushgateway"; + # static_configs = [ + # { + # targets = [ cfg.pushgateway.web.listen-address ]; + # } + # ]; + # } { job_name = "node"; static_configs = [