From b46a227b5bc6cccb8e2d179edd9beb85d9f9c43d Mon Sep 17 00:00:00 2001 From: ibizaman Date: Fri, 26 Sep 2025 08:10:25 +0200 Subject: [PATCH] monitoring: add doc on retention time --- modules/blocks/monitoring/docs/default.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/blocks/monitoring/docs/default.md b/modules/blocks/monitoring/docs/default.md index a0ad630..a093711 100644 --- a/modules/blocks/monitoring/docs/default.md +++ b/modules/blocks/monitoring/docs/default.md @@ -61,6 +61,13 @@ MaxFileSec=day ''; ``` +Other options are accessible through the upstream services modules. +You might for example want to update the metrics retention time with: + +```nix +services.prometheus.retentionTime = "60d"; +``` + ## Provisioning {#blocks-monitoring-provisioning} Self Host Blocks will create automatically the following resources: