Fix relable of instance on node_exporter

This commit is contained in:
Gene Liverman 2026-01-31 23:33:30 -05:00
parent c99028f401
commit 9fd1b1b24c
3 changed files with 0 additions and 3 deletions

View file

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

View file

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

View file

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