Skip to content

Commit 9745e3b

Browse files
authored
Merge pull request #58 from Dalguring/feature/monitoring
fix: loki 최신 버전 수정
2 parents 074362c + abb2359 commit 9745e3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monitoring/loki-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ common:
1616

1717
schema_config:
1818
configs:
19-
- from: 2020-10-24
20-
store: boltdb-shipper
19+
- from: 2025-01-01
20+
store: tsdb
2121
object_store: filesystem
22-
schema: v11
22+
schema: v13
2323
index:
2424
prefix: index_
2525
period: 24h

0 commit comments

Comments
 (0)