**Describe the bug** If query priority is disabled, `rejectQueryOrSetPriority` is returned immediately https://github.com/cortexproject/cortex/blob/12412e6bba45aab520d62ee126b0ad38be08bf2c/pkg/querier/tripperware/query_attribute_matcher.go#L21 Then the data selection min and max time are not set in the request stats. https://github.com/cortexproject/cortex/blob/12412e6bba45aab520d62ee126b0ad38be08bf2c/pkg/querier/tripperware/query_attribute_matcher.go#L43 Data selection range should be tracked even of query priority is disabled for query stats purpose.