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" ];