diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-06-01 11:27:32 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-06-01 11:27:32 +0200 |
commit | bb7240feba97ca8f253e5c8c1a353beb0019e256 (patch) | |
tree | 0dc6dcbbc38982d23b283e5cad634f79b5fa8478 /hosts | |
parent | 2ad98a587aeabfdb37a4b7ae219f4795fd0ecf12 (diff) | |
download | nixos-bb7240feba97ca8f253e5c8c1a353beb0019e256.tar nixos-bb7240feba97ca8f253e5c8c1a353beb0019e256.tar.gz nixos-bb7240feba97ca8f253e5c8c1a353beb0019e256.tar.bz2 nixos-bb7240feba97ca8f253e5c8c1a353beb0019e256.tar.xz nixos-bb7240feba97ca8f253e5c8c1a353beb0019e256.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/prometheus/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix index d6d29c17..c07cd236 100644 --- a/hosts/vidhar/prometheus/default.nix +++ b/hosts/vidhar/prometheus/default.nix | |||
@@ -246,6 +246,7 @@ in { | |||
246 | static_configs = [ | 246 | static_configs = [ |
247 | { targets = ["localhost:9091"];} | 247 | { targets = ["localhost:9091"];} |
248 | ]; | 248 | ]; |
249 | relabel_config = relabelHosts; | ||
249 | scrape_interval = "5s"; | 250 | scrape_interval = "5s"; |
250 | } | 251 | } |
251 | ]; | 252 | ]; |