From 083167449ea095f263e68b834ba14246c32ca52e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 18 Jan 2026 10:44:47 +0100 Subject: tweak(tente): reduce some Prometheus scrape intervals --- nixos/hosts/tente/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index ddeb7ec..20bfd66 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -274,12 +274,14 @@ in } { job_name = "storagebox"; + scrape_interval = "5m"; static_configs = [{ targets = ["localhost:${toString ports.prometheusStorageboxExporter}"]; }]; } { job_name = "git-grep"; + scrape_interval = "10m"; static_configs = [{ targets = ["localhost:${toString ports.prometheusGitGrepExporter}"]; }]; -- cgit v1.3.1