Skip to content
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

Instant query returns unimplemented error #6130

Closed
chaudum opened this issue May 9, 2022 · 2 comments · Fixed by #6132
Closed

Instant query returns unimplemented error #6130

chaudum opened this issue May 9, 2022 · 2 comments · Fixed by #6132
Assignees

Comments

@chaudum
Copy link
Contributor

chaudum commented May 9, 2022

Describe the bug

The following instant query returns an error unimplemented:

sum (count_over_time({foo="bar"} | logfmt | duration > 2s [3s]))
/
sum (count_over_time({foo="bar"} [3s]))

To Reproduce

Add the following case to the TestRangeMappingEquivalence (downstream_test.go) test:

{`sum (count_over_time({a=~".+"} | logfmt | b > 2 [3s])) / sum (count_over_time({a=~".+"} [3s]))`, time.Second},

Expected behavior

Should return correct result.

@chaudum chaudum self-assigned this May 9, 2022
@trevorwhitney
Copy link
Collaborator

Is this the same bug @owen-d ran into on Friday?

@chaudum
Copy link
Contributor Author

chaudum commented May 9, 2022

Is this the same bug @owen-d ran into on Friday?

Yes it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants