mon-authelia: do not rename, it already has the right prefix

This commit is contained in:
eyjhb 2025-03-14 17:16:05 +01:00
parent 39bc977cf6
commit d1911c28e8
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

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