mars: reduce VictoriaMetrics retention to 15 days

This commit is contained in:
2026-08-24 01:12:50 +00:00
parent ea9be6fb8a
commit 082cbaff2a
+1 -1
View File
@@ -10,7 +10,7 @@
{ {
services.victoriametrics = { services.victoriametrics = {
enable = true; enable = true;
retentionPeriod = "30d"; retentionPeriod = "15d";
listenAddress = ":8428"; listenAddress = ":8428";
prometheusConfig = { prometheusConfig = {