Commit 2cb5c56
feat(infra): set 90-day retention for monitoring services (#3402)
### Description
Loki, Tempo, Prometheus의 데이터 보관 기간(retention)을 90일로 설정합니다.
**변경 사항:**
| 서비스 | 이전 | 이후 |
|--------|------|------|
| Loki | 무제한 | 2160h (90일) |
| Tempo | 24h | 2160h (90일) |
| Prometheus | 10d | 90d |
**예상 스토리지 사용량 (Stage 기준):**
- Loki: ~10.5 GB
- Tempo: ~110 MB
- Prometheus: ~3 GB
### Additional context
closes TAS-2542
현재 PVC 용량(50-100Gi)으로 충분히 수용 가능합니다.
---
### Before submitting the PR, please make sure you do the following
- [x] Read the [Contributing
Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md)
- [x] Read the [Contributing
Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md#pr-and-branch)
and follow the [Commit
Convention](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md#commit-convention)
- [x] Provide a description in this PR that addresses **what** the PR is
solving, or reference the issue that it solves (e.g. `fixes #123`).
- [ ] Ideally, include relevant tests that fail without this PR but pass
with it.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 1ea5eb3 commit 2cb5c56
File tree
4 files changed
+11
-0
lines changed- infra/k8s/monitoring
- loki
- prometheus
- tempo
4 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments