From 77d1782f36e22b3c0da0bee7640aebe2881bc831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 28 May 2025 20:34:17 +0200 Subject: [PATCH] Set honor_labels for pushgw scrape --- services/monitoring/prometheus.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 70f7ca1..a9ba192 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -201,6 +201,7 @@ } { job_name = "pushgateway"; + honor_labels = true; static_configs = [ { targets = [ "localhost:9091" ];