diff options
| author | Martin Fischer <martin@push-f.com> | 2026-01-18 10:44:47 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-01-18 10:45:01 +0100 |
| commit | 083167449ea095f263e68b834ba14246c32ca52e (patch) | |
| tree | 72dbbf28bcc087eb77328f052108dc9380a51015 | |
| parent | 7d382035ad09c6d1b0d0fb6b088e56771325121e (diff) | |
tweak(tente): reduce some Prometheus scrape intervals
| -rw-r--r-- | nixos/hosts/tente/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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}"]; }]; |
