-
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
query can't get result of arithmetic binary operators between two scalars #2245
Comments
What's |
Still haven't gotten around to this exact issue but brainstormed an idea that we could run these correctness tests of PromQL in our CI: https://github.com/prometheus/prometheus/tree/master/promql/testdata on a simple Sidecar+Query setup. |
This issue/PR has been automatically marked as stale because it has not had recent activity. Please comment on status otherwise the issue will be closed in a week. Thank you for your contributions. |
Did we get onto this issue eventually?
…On Sat, 18 Apr 2020 at 15:51, stale[bot] ***@***.***> wrote:
This issue/PR has been automatically marked as stale because it has not
had recent activity. Please comment on status otherwise the issue will be
closed in a week. Thank you for your contributions.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2245 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVA3O3PWPHQHLLBWMCPPDLRNG475ANCNFSM4LE55M7A>
.
|
I couldn't reproduce this last time I have tried. |
Awesome, let's close - if anyone can repro, just comment we will reopen 🤗 |
That sounds interesting. Cortex has cortexproject/cortex#2203 to test the performance between its chunk and block storage. We can use a similar idea to do some AB testing between Prometheus and Thanos |
Maybe let's put this into a separate issue? What do you think? :P |
Sounds good to me. Would you like to open it? |
Thanos used: v0.10.1
Object Storage Provider: no use of object store
What happened: can't get result of arithmetic binary operators between two scalars, "No datapoints found". But it can get result from Prometheus.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Full logs to relevant components:
Anything else we need to know:
The text was updated successfully, but these errors were encountered: