Skip to content

Commit f399400

Browse files
committed
[fix/#12] 로키 로그 수집 기간 증가
1 parent dcb75fa commit f399400

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

loki-config.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ storage_config:
3535
cache_location: /var/lib/loki/cache
3636

3737
limits_config:
38+
ingestion_rate_mb: 8
39+
ingestion_burst_size_mb: 16
3840
reject_old_samples: true
39-
reject_old_samples_max_age: 168h
41+
reject_old_samples_max_age: 720h
4042

4143
chunk_store_config:
4244
max_look_back_period: 0s
4345

4446
table_manager:
45-
retention_deletes_enabled: false
46-
retention_period: 0s
47+
retention_deletes_enabled: true
48+
retention_period: 720h

0 commit comments

Comments
 (0)