Increase Prometheus data retention to 1 year
This commit is contained in:
@@ -46,6 +46,7 @@ with pkgs;
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
port = 9001;
|
||||
retentionTime = "1y";
|
||||
exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user