Increase prometheus retention time to one year
This commit is contained in:
parent
bf692e6e4e
commit
acf9b71f04
@ -18,6 +18,7 @@
|
|||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 9001;
|
port = 9001;
|
||||||
|
retentionTime = "1y";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.prometheus-ipmi-exporter.serviceConfig.DynamicUser = lib.mkForce false;
|
systemd.services.prometheus-ipmi-exporter.serviceConfig.DynamicUser = lib.mkForce false;
|
||||||
|
Loading…
Reference in New Issue
Block a user