-
Notifications
You must be signed in to change notification settings - Fork 842
Description
Is your feature request related to a problem? Please describe.
For out of order scenario, it is possible to set an out of order window larger than the lookback to query ingesters. For example, if we query ingesters within 24h, then if out of order window is also set to 24h, the OOO data ingested might not be queried on Ingester until the data is head compacted and loaded by store gateway.
Describe the solution you'd like
To avoid such kind of issues, we should try to make query ingesters within a per tenant config so that users can override this config according to their out of order window config.
Describe alternatives you've considered
One way to not make query ingesters within a per tenant config is to override query ingesters within if OOO window + some buffer is greater than the configured query ingester within duration.
But for better flexibility maybe per tenant query ingester within config is easier
Additional context
Add any other context or screenshots about the feature request here.