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:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
- from: 2020-10-24
|
- from: 2020-10-24
|
||||||
store: tsdb
|
store: boltdb-shipper
|
||||||
object_store: filesystem
|
object_store: filesystem
|
||||||
schema: v13
|
schema: v11
|
||||||
index:
|
index:
|
||||||
prefix: index_
|
prefix: index_
|
||||||
period: 24h
|
period: 24h
|
||||||
|
@ -28,6 +28,16 @@ schema_config:
|
||||||
analytics:
|
analytics:
|
||||||
reporting_enabled: false
|
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 alertmanager
|
||||||
# TODO promtail
|
# TODO promtail
|
||||||
|
|
Loading…
Reference in a new issue