Merge pull request #592 from genebean/fix_relabel

Fix relable of instance on node_exporter
This commit is contained in:
Gene Liverman 2026-01-31 23:34:07 -05:00 committed by GitHub
commit 3866c1bac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@ in {
relabel_configs = [
{
target_label = "instance";
regex = "127.0.0.1.*";
replacement = "${config.networking.hostName}";
}
];

View file

@ -26,7 +26,6 @@ in {
relabel_configs = [
{
target_label = "instance";
regex = "127.0.0.1.*";
replacement = "${config.networking.hostName}";
}
];

View file

@ -26,7 +26,6 @@ in {
relabel_configs = [
{
target_label = "instance";
regex = "127.0.0.1.*";
replacement = "${config.networking.hostName}";
}
];