eris: cut retention to 6 months
Graham Christensen committed
Jul 19, 2020 at 16:41 UTC
e6ec58d5fa535675a7f656c9b9441277a21d1402
1 file changed
+1
-1
delft/eris.nix
+1
-1
@@ -52,7 +52,7 @@ in {
52
services.prometheus = {
53
enable = true;
54
extraFlags = [
55
- "--storage.tsdb.retention=${toString (365 * 24)}h"
55
+ "--storage.tsdb.retention=${toString (182 * 24)}h"
56
"--web.external-url=https://status.nixos.org/prometheus/"
57
];
58