From 08a0ddaf3053453429dc34a87babceea0dd05f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 12 May 2025 23:22:31 +0200 Subject: [PATCH] Increase prometheus retention to 30d --- services/monitoring/prometheus.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index a7fee67..d040603 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -35,6 +35,8 @@ ]; } ]; + + retentionTime = "30d"; globalConfig = { scrape_interval = "15s"; };