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 c07cd236..d9b209f5 100644
--- a/hosts/vidhar/prometheus/default.nix
+++ b/hosts/vidhar/prometheus/default.nix
@@ -246,7 +246,7 @@ in {
246 static_configs = [ 246 static_configs = [
247 { targets = ["localhost:9091"];} 247 { targets = ["localhost:9091"];}
248 ]; 248 ];
249 relabel_config = relabelHosts; 249 relabel_configs = relabelHosts;
250 scrape_interval = "5s"; 250 scrape_interval = "5s";
251 } 251 }
252 ]; 252 ];