summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/prometheus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix
index 28336638..c60afd11 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -153,7 +153,7 @@ in {
153 { targets = ["localhost:9900"]; } 153 { targets = ["localhost:9900"]; }
154 ]; 154 ];
155 relabel_configs = [ 155 relabel_configs = [
156 { replacement = "telekom"; 156 { replacement = "dsl01";
157 target_label = "instance"; 157 target_label = "instance";
158 } 158 }
159 ]; 159 ];