From d1911c28e805ca10246c441e2d37618d90440df7 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Fri, 14 Mar 2025 17:16:05 +0100 Subject: [PATCH] mon-authelia: do not rename, it already has the right prefix --- machines/gerd/services/monitoring/mon-authelia.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/machines/gerd/services/monitoring/mon-authelia.nix b/machines/gerd/services/monitoring/mon-authelia.nix index fa1bf3d..67e7fa3 100644 --- a/machines/gerd/services/monitoring/mon-authelia.nix +++ b/machines/gerd/services/monitoring/mon-authelia.nix @@ -13,11 +13,6 @@ static_configs = [{ targets = [ (lib.removePrefix "tcp://" config.services.authelia.instances.main.settings.telemetry.metrics.address) ]; }]; - metric_relabel_configs = [{ - source_labels = [ "__name__" ]; - target_label = "__name__"; - replacement = "authelia_$1"; - }]; } ]; }