Skip to content

Commit

Permalink
bump prom logging to 1y
Browse files Browse the repository at this point in the history
  • Loading branch information
trader-payne committed Feb 5, 2023
1 parent eef3965 commit 2257729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-all-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ services:
- '--storage.tsdb.path=/prometheus'
- '--web.console.libraries=/etc/prometheus/console_libraries'
- '--web.console.templates=/etc/prometheus/consoles'
- '--storage.tsdb.retention.time=200h'
- '--storage.tsdb.retention.time=1y'
- '--web.enable-lifecycle'
restart: unless-stopped
expose:
Expand Down
2 changes: 1 addition & 1 deletion compose-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
- '--storage.tsdb.path=/prometheus'
- '--web.console.libraries=/etc/prometheus/console_libraries'
- '--web.console.templates=/etc/prometheus/consoles'
- '--storage.tsdb.retention.time=200h'
- '--storage.tsdb.retention.time=1y'
- '--web.enable-lifecycle'
restart: unless-stopped
expose:
Expand Down

0 comments on commit 2257729

Please sign in to comment.