@cryptotaxi247 / infra-1 / commits / 68c65a43

eris: 90 -> 365 days, disk was running low due to a duplicate prometheus db dir

Graham Christensen committed Mar 16, 2020 at 02:47 UTC 68c65a43ece1273b5630da023194b61d15f941ed
1 file changed +1 -1
delft/eris.nix
+1 -1
@@ -53,7 +53,7 @@ in {
53 services.prometheus = {
54 enable = true;
55 extraFlags = [
56 - "--storage.tsdb.retention=${toString (90 * 24)}h"
56 + "--storage.tsdb.retention=${toString (365 * 24)}h"
57 "--web.external-url=https://status.nixos.org/prometheus/"
58 ];
59