Skip to content

Commit 72c65cd

Browse files
Made retention period 2 weeks instead of 8 days
1 parent a149d5e commit 72c65cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
- ./config/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
6666
command:
6767
- "-storageDataPath=/victoria-metrics-data"
68-
- "-retentionPeriod=200h"
68+
- "-retentionPeriod=336h"
6969
- "-httpListenAddr=:9090"
7070
- "-promscrape.config=/etc/prometheus/prometheus.yml"
7171
- "-promscrape.config.strictParse=false"

0 commit comments

Comments
 (0)