monitoring: increase prometheus tsdb retention time from 15d to 30d
This commit is contained in:
@@ -60,6 +60,9 @@ services:
|
||||
restart: unless-stopped
|
||||
# Needed to make config files readable
|
||||
user: "{{ remote_uid }}"
|
||||
command:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
- --storage.tsdb.retention.time=30d
|
||||
volumes:
|
||||
- ./prometheus_config:/etc/prometheus:ro
|
||||
- {{ base_volume_path }}/monitoring/prometheus_configs:/etc/prometheus/extra:ro
|
||||
|
Reference in New Issue
Block a user