fuuko/prometheus: Raise retention time to 90d

binfmt
Simon Bruder 2021-03-28 11:04:25 +02:00
parent c8b7a9c8e9
commit 55099f1884
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

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}"; }