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

[Bug]: The results filtered through the tag in the findtrace page did not match expectations #5290

Open
JaredTan95 opened this issue Mar 22, 2024 · 2 comments
Labels

Comments

@JaredTan95
Copy link

What happened?

No data is found when filtering traces through the following tag:

http.url=http://sss.xxx.com/v1/user/spaces/1310e65f-16c6-4502-a9ef-15e0ff38e8b2/zone_roles?service_name=ss.sss.xxx.com,

Is it because the value contains the special symbol = at the end? Because passing the following query is normal:

http.url=http://sss.xxx.com/v2/healthchaeck

Steps to reproduce

Filter traces data through the following tags:

http.url=http://sss.xxx.com/v1/user/spaces/1310e65f-16c6-4502-a9ef-15e0ff38e8b2/zone_roles?service_name=ss.sss.xxx.com,

Expected behavior

Filter out the data correctly

Relevant log output

No response

Screenshot

image image

Additional context

No response

Jaeger backend version

1.49.0

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

No response

@JaredTan95 JaredTan95 added the bug label Mar 22, 2024
@yurishkuro
Copy link
Member

did you try the advice in the tooltip?

image

(the tooltip has a typo, I put a fix jaegertracing/jaeger-ui#2224)

@JaredTan95
Copy link
Author

Thank you for your reply.
I used ' to wrap = like '=' for query according to what you said. Unfortunately, still failed to filter out the data:

http.url=http://sss.xxx.com/v1/user/spaces/1310e65f-16c6-4502-a9ef-15e0ff38e8b2/zone_roles?service_name'='ss.sss.xxx.com

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

No branches or pull requests

2 participants