prometheus: increase retention.time to 150 days (#3483)

This commit is contained in:
Alex Sharov 2022-02-12 09:03:08 +07:00 committed by GitHub
parent eb6a168603
commit b26a56e814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,9 @@ services:
restart: unless-stopped
prometheus:
image: prom/prometheus:v2.32.1
image: prom/prometheus:v2.33.3
user: 1000:1000 # Uses erigon user from Dockerfile
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.retention.time=150 --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
ports:
- "9090:9090"
volumes: