fix(etna): change victoriametrics retention
This commit is contained in:
parent
9a9d5a2fd2
commit
d3ddd9065e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
||||||
services.victoriametrics = {
|
services.victoriametrics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddress = "127.0.0.1:9090";
|
listenAddress = "127.0.0.1:9090";
|
||||||
retentionPeriod = 5 * 12; # 5 years !!!!
|
retentionPeriod = "5y";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.vmagent = {
|
services.vmagent = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue