Increase Prometheus data retention to 1 year

This commit is contained in:
2023-04-18 21:32:08 +02:00
parent 80259e6afd
commit 65452f3699
2 changed files with 101 additions and 71 deletions

View File

@@ -46,6 +46,7 @@ with pkgs;
services.prometheus = {
enable = true;
port = 9001;
retentionTime = "1y";
exporters = {
node = {
enable = true;