logging: add promtail + loki + grafana #190
1 changed files with 3 additions and 2 deletions
|
@ -18,9 +18,9 @@ common:
|
|||
schema_config:
|
||||
configs:
|
||||
- from: 2020-10-24
|
||||
store: boltdb-shipper
|
||||
store: tsdb
|
||||
object_store: filesystem
|
||||
schema: v11
|
||||
schema: v13
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
|
@ -32,6 +32,7 @@ limits_config:
|
|||
retention_period: 168h
|
||||
|
||||
compactor:
|
||||
delete-request-store: filesystem
|
||||
working_directory: /loki/retention
|
||||
compaction_interval: 10m
|
||||
retention_enabled: true
|
||||
|
|
Loading…
Reference in a new issue