fix: change prometheus retention time

This commit is contained in:
sinavir 2024-04-16 18:57:18 +02:00
parent 01c2505491
commit 0c45a88561

View file

@ -38,7 +38,7 @@ in
webExternalUrl = "https://${host}";
retentionTime = "6m";
retentionTime = "1y";
extraFlags = [ "--storage.tsdb.retention.size=20GB" ];