Skip to content

Make query ingester within a per tenant configuration #7160

@yeya24

Description

@yeya24

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions