about summary refs log tree commit diff
path: root/ops/machines/whitby/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-03-31T20·58+0200
committerclbot <clbot@tvl.fyi>2022-04-11T16·18+0000
commit1a2fe4b06353669805a135ece55da4e9a1ca689a (patch)
treee34ba6487a319be22d40061d359713e1099eea60 /ops/machines/whitby/default.nix
parentf6e12d9e78158c666a87b037824dc876b4b4316b (diff)
feat(whitby): Increase prometheus retention time to 90d r/3941
Change-Id: I67287d7b1d8ee2c3004d381b5bc684bf4fc7d42c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5429
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops/machines/whitby/default.nix')
-rw-r--r--ops/machines/whitby/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix
index 8ea5931f57..3fc708e690 100644
--- a/ops/machines/whitby/default.nix
+++ b/ops/machines/whitby/default.nix
@@ -489,6 +489,7 @@ in
   # Prometheus is inside the respective service modules.
   services.prometheus = {
     enable = true;
+    retentionTime = "90d";
 
     exporters = {
       node = {