Closed
Description
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:
This is only for blocks storage engine and only when -querier.query-store-for-labels-enabled
is set. Related to #3520