Skip to content

Commit

Permalink
[ci] prometheus 데이터 유지 기간 1주일로 지정
Browse files Browse the repository at this point in the history
prometheus 데이터 유지 기간 1주일로 지정
  • Loading branch information
YeaChan05 committed Jul 1, 2024
1 parent 1b842e8 commit 13b878e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ services:
- "9090:9090"
extra_hosts:
- "host.docker.internal:host-gateway"
command:
- '--storage.tsdb.retention.time=168h'

grafana:
image: grafana/grafana
Expand Down

0 comments on commit 13b878e

Please sign in to comment.