fuuko/prometheus: Raise retention time to 90d

This commit is contained in:
Simon Bruder 2021-03-28 11:04:25 +02:00
parent c8b7a9c8e9
commit 55099f1884
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -23,6 +23,9 @@ in
scrape_interval = "15s";
evaluation_interval = "15s";
};
extraFlags = [
"--storage.tsdb.retention.time=90d"
];
alertmanagers = [
{ static_configs = mkStaticTarget "${cfg.alertmanager.listenAddress}:${toString cfg.alertmanager.port}"; }