We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35abfa7 commit 69fbabbCopy full SHA for 69fbabb
loki/files/config.yaml
@@ -8,9 +8,6 @@ chunk_store_config:
8
consistent_hash: true
9
host: memcached
10
service: memcached-client
11
- # Must be a multiple of schema_config index.period
12
- # Default to 400 days retention.
13
- max_look_back_period: 9600h
14
compactor:
15
shared_store: aws
16
distributor:
@@ -64,6 +61,10 @@ memberlist:
64
61
- querier
65
62
- ruler
66
63
querier:
+ engine:
+ # Must be a multiple of schema_config index.period
+ # Default to 400 days retention.
67
+ max_look_back_period: 9600h
68
query_ingesters_within: 2h
69
query_range:
70
align_queries_with_step: true
0 commit comments