monitoring: add doc on retention time
This commit is contained in:
parent
1c2ff3e381
commit
b46a227b5b
1 changed files with 7 additions and 0 deletions
|
|
@ -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}
|
## Provisioning {#blocks-monitoring-provisioning}
|
||||||
|
|
||||||
Self Host Blocks will create automatically the following resources:
|
Self Host Blocks will create automatically the following resources:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue