dd
This commit is contained in:
parent
678751c449
commit
c364bb1552
1 changed files with 12 additions and 2 deletions
|
@ -18,9 +18,9 @@ common:
|
|||
schema_config:
|
||||
configs:
|
||||
- from: 2020-10-24
|
||||
store: tsdb
|
||||
store: boltdb-shipper
|
||||
object_store: filesystem
|
||||
schema: v13
|
||||
schema: v11
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
|
@ -28,6 +28,16 @@ schema_config:
|
|||
analytics:
|
||||
reporting_enabled: false
|
||||
|
||||
limits_config:
|
||||
retention_period: 168h
|
||||
|
||||
compactor:
|
||||
working_directory: /loki/retention
|
||||
compaction_interval: 10m
|
||||
retention_enabled: true
|
||||
retention_delete_delay: 2h
|
||||
retention_delete_worker_count: 150
|
||||
|
||||
|
||||
# TODO alertmanager
|
||||
# TODO promtail
|
||||
|
|
Loading…
Reference in a new issue