mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Loki: Add ingester to the devenv loki config (#61844)
feat: update loki config
This commit is contained in:
parent
739fcf1796
commit
35c7bbef57
@ -29,6 +29,11 @@ schema_config:
|
||||
ruler:
|
||||
alertmanager_url: http://localhost:9093
|
||||
|
||||
ingester:
|
||||
chunk_target_size: 1000
|
||||
max_chunk_age: 10s
|
||||
chunk_idle_period: 10s
|
||||
flush_check_period: 10s
|
||||
|
||||
# By default, Loki will send anonymous, but uniquely-identifiable usage and configuration
|
||||
# analytics to Grafana Labs. These statistics are sent to https://stats.grafana.org/
|
||||
|
Loading…
Reference in New Issue
Block a user