chore: move enable_multi_variant_queries to the correct config section (#18161)

pull/18162/head
Assel Meher 11 months ago committed by GitHub
parent 970ea61143
commit e33fd579d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      cmd/loki/loki-local-config.yaml

@ -27,6 +27,7 @@ query_range:
limits_config:
metric_aggregation_enabled: true
enable_multi_variant_queries: true
schema_config:
configs:
@ -49,10 +50,6 @@ ruler:
frontend:
encoding: protobuf
querier:
engine:
enable_multi_variant_queries: true
# 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