forked from DGNum/infrastructure
fix: change prometheus retention time
This commit is contained in:
parent
01c2505491
commit
0c45a88561
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in
|
||||||
|
|
||||||
webExternalUrl = "https://${host}";
|
webExternalUrl = "https://${host}";
|
||||||
|
|
||||||
retentionTime = "6m";
|
retentionTime = "1y";
|
||||||
|
|
||||||
extraFlags = [ "--storage.tsdb.retention.size=20GB" ];
|
extraFlags = [ "--storage.tsdb.retention.size=20GB" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue