fix
This commit is contained in:
@@ -14,6 +14,8 @@ ingester:
|
|||||||
kvstore:
|
kvstore:
|
||||||
store: inmemory
|
store: inmemory
|
||||||
replication_factor: 1
|
replication_factor: 1
|
||||||
|
wal:
|
||||||
|
dir: /loki/wal
|
||||||
|
|
||||||
limits_config:
|
limits_config:
|
||||||
enforce_metric_name: false
|
enforce_metric_name: false
|
||||||
@@ -51,6 +53,9 @@ table_manager:
|
|||||||
retention_period: 360h
|
retention_period: 360h
|
||||||
|
|
||||||
compactor:
|
compactor:
|
||||||
working_directory: /data/compactor
|
retention_delete_delay: 2h
|
||||||
|
retention_delete_worker_count: 150
|
||||||
|
retention_enabled: true
|
||||||
|
working_directory: /loki/compactor
|
||||||
shared_store: s3
|
shared_store: s3
|
||||||
compaction_interval: 5m
|
compaction_interval: 5m
|
||||||
|
Reference in New Issue
Block a user