logging: add promtail + loki + grafana #190
1 changed files with 2 additions and 1 deletions
|
@ -32,12 +32,13 @@ limits_config:
|
||||||
retention_period: 168h
|
retention_period: 168h
|
||||||
|
|
||||||
compactor:
|
compactor:
|
||||||
delete-request-store: filesystem
|
|
||||||
working_directory: /loki/retention
|
working_directory: /loki/retention
|
||||||
compaction_interval: 10m
|
compaction_interval: 10m
|
||||||
retention_enabled: true
|
retention_enabled: true
|
||||||
retention_delete_delay: 2h
|
retention_delete_delay: 2h
|
||||||
retention_delete_worker_count: 150
|
retention_delete_worker_count: 150
|
||||||
|
config:
|
||||||
|
delete-request-store: filesystem
|
||||||
|
|
||||||
|
|
||||||
# TODO alertmanager
|
# TODO alertmanager
|
||||||
|
|
Loading…
Reference in a new issue