chore: reduce to 120d retention
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nyyu 2024-08-23 09:36:27 +02:00
parent 28a182c0d8
commit 8d367c2f94

View file

@ -1,5 +1,3 @@
version: '3.8'
networks: networks:
monitoring: monitoring:
driver: bridge driver: bridge
@ -53,7 +51,7 @@ services:
command: command:
- '--config.file=/etc/prometheus/prometheus.yml' - '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus' - '--storage.tsdb.path=/prometheus'
- '--storage.tsdb.retention.time=180d' - '--storage.tsdb.retention.time=120d'
- '--web.console.libraries=/etc/prometheus/console_libraries' - '--web.console.libraries=/etc/prometheus/console_libraries'
- '--web.console.templates=/etc/prometheus/consoles' - '--web.console.templates=/etc/prometheus/consoles'
- '--web.enable-lifecycle' - '--web.enable-lifecycle'