Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[TraceQL] Aggregate filters do not correctly parse negative numbers #2182

Closed
joe-elliott opened this issue Mar 8, 2023 · 0 comments · Fixed by #2289
Closed

[TraceQL] Aggregate filters do not correctly parse negative numbers #2182

joe-elliott opened this issue Mar 8, 2023 · 0 comments · Fixed by #2289
Labels

Comments

@joe-elliott
Copy link
Member

Describe the bug
This query will fail:

{} | avg(duration) > -1

with:

invalid TraceQL query: parse error at line 1, col 22: syntax error: unexpected -

Aggregate filters should support negative numbers

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant