You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a query param lookback_delta which allows us to overwrite the lookback delta value from the engine.
However, this is not part of the query frontend cache key so if lookback_delta is set differently in a range query, the wrong cached value would be selected.
There is a query param
lookback_delta
which allows us to overwrite the lookback delta value from the engine.However, this is not part of the query frontend cache key so if
lookback_delta
is set differently in a range query, the wrong cached value would be selected.Current cache key can be found here https://github.com/thanos-io/thanos/blob/main/pkg/queryfrontend/cache.go#L36
The text was updated successfully, but these errors were encountered: