-
Notifications
You must be signed in to change notification settings - Fork 484
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
Better documentation for tag search #171
Comments
@ncsibra Great questions, thanks for creating this ticket. To address some of your questions:
@yurishkuro or @vprithvi, can you confirm / correct / clarify the following points?
AFAIK, search is not sensitive to the store.
No, only exact matches are supported, so the tag must be present.
No, only exact matches are supported, right now. I'm going to leave this open as a ticket for better docs around tag searching. |
Hi @tiffon, Thanks for your answer, you're right, the empty string search works, I assume some other service/operation were selected as you said. |
@ncsibra No problem, glad it was helpful. I would say storage details are an implementation detail and relying on them would likely be precarious. But, my work is solely in the UI, so, just speculating.
Yes, that would work. And, the search page can view traces by traceID (as a possible convenience):
Regarding docs on the storage, the source is probably the best place to look, which I believe is mostly here. |
Ok, thanks, then we will check the storage itself, when necessary. |
Also useful to note if/how wildcards work, if they exist/work. Wildcard on tag name or value. |
Hello, I am using as tag an UUID that I sometimes need to search for just the initial part of the UUID, but to my surprise regexes and wildcards are still not supported. Is this being worked on? Thanks. |
@sidner seems this works now. Feature merged in jaegertracing/jaeger#2049 |
Is it possible to find a trace by AND combination of tags, given that they are on different spans of this trace? |
@Lupus no, all search criteria are applied to the same span |
Hi @tiffon and @yurishkuro Following up on the (old) initial request of @ncsibra : Is there any documentation about how the search with tags exactly works, apart from the small contextual help (?) icon next to the Tags input field in the search bar? Also, I have experienced that sometimes is seems possible to get results for Span logs when entering something in the Tags field, and sometimes not? e.g.
Any idea why? |
Is it correct to define empty tag values like reason:""? Is it a good instrumentation practice? |
There was a similar issue in the past #11, but that was closed with a mostly unrelated fix #145.
The original question was about the tag search operator possibilities, the issue which closed that, explain the tag search format.
I wasn't able to find any related documentation in documentation webpage or in the README files.
What I know from some related issues:
What I like to know:
tag.name=""
ortag.name=
ortag.name
does not workNOT
or!=
, maybe less/greater or similar operator?I tried the mentioned searches with the all-in-one image 1.1.0 version.
Thanks!
The text was updated successfully, but these errors were encountered: