-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rule: expression with max_over_time no return data #8001
Comments
Hey @ximito, I'm here to help you with any bugs, questions, or contributions you have. Let's get that issue sorted for you! The issue you're experiencing with the
By checking these aspects, you should be able to diagnose and resolve the issue with the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
I can ensure that happens, that Thanos ruler 0.36.1 is not able to evaluate functions with range-vectors, although thanos query is able to do it. |
If you upgrade Thanos to 0.37.2 it should work, I have a recorded rule that uses avg_over_time and it works well |
Prometheus and Golang version used:
Thanos 0.36.1
Object Storage Provider: None
What happened:
I'm using the rule component. I have defined an expression where the "max_over_time" function is used. In the evaluation time of the rule, nothing is returned, and no information is returned in the log either. But this expression returns data correctly from Thanos Query.
What you expected to happen:
Return the same value like a Thanos query
The text was updated successfully, but these errors were encountered: