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

TraceQL does not support fuzzy mismatches,only supoort =~, not !~ or !~= #2351

Closed
chenshijian73-qq opened this issue Apr 20, 2023 · 2 comments

Comments

@chenshijian73-qq
Copy link

Describe the bug

TraceQL does not support fuzzy mismatches,only supoort =, not ! or !~=

To Reproduce
Steps to reproduce the behavior:
I want to filter out matching fields like ‘xxxhelloxxx’ with keyworld 'hello'
=~ only support get content matching keyword, just like 'name=~"hello"'
but whatever i try to get content not matching keyword, just get expr error.

Expected behavior

TraceQL suport !~ or other method.

Environment:

  • Infrastructure: Kubernetes
  • Deployment tool: helm
  • tempo: 2.0.1
  • grafana:9.0.5

Additional Context

@joe-elliott
Copy link
Member

Thanks for filing an issue. We already have one to support !~ : #1990

Agree this should be on the shortlist. Likely not too hard to get in.

@joe-elliott
Copy link
Member

Fixed by #2410

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

No branches or pull requests

2 participants