Increase prometheus retention to 30d
Some checks failed
Run nix flake check / flake-check (push) Failing after 5m58s
Periodic flake update / flake-update (push) Successful in 4m7s

This commit is contained in:
Torjus Håkestad 2025-05-12 23:22:31 +02:00
parent 4cd4212df0
commit 08a0ddaf30
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -35,6 +35,8 @@
];
}
];
retentionTime = "30d";
globalConfig = {
scrape_interval = "15s";
};