Loki: Add ingester to the devenv loki config (#61844)

feat: update loki config
pull/61935/head
Gareth Dawson 3 years ago committed by GitHub
parent 739fcf1796
commit 35c7bbef57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      devenv/docker/blocks/loki/loki-config.yaml

@ -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…
Cancel
Save