Skip to content

Label queries are not split by day #3565

Closed
@gouthamve

Description

@gouthamve

Describe the bug
We don't split label-names and label-values by day so if someone opens a large dashboard, they'll hit the time-range limits per query. For example, we set the max time-range for a query to be 32d, so people can do rate([32d]) but they can do long dashboards because the queries will be split into 24h time-ranges.

We don't do the splitting with labels lookups, so opening large dashboards leads to this:
image

This is only for blocks storage engine and only when -querier.query-store-for-labels-enabled is set. Related to #3520

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