good morning!!!!

Skip to content
Snippets Groups Projects
Commit cd7d7dfa authored by alex.sharov's avatar alex.sharov
Browse files

prometheus: 150d expiry

parent e5ba5c8c
No related merge requests found
......@@ -24,7 +24,7 @@ services:
prometheus:
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 --storage.tsdb.retention.time=5m --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=150d --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
ports:
- "9090:9090"
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment