-
Notifications
You must be signed in to change notification settings - Fork 522
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
Allow not specifying the key for link patterns #746
Comments
Is the search via Jaeger UI by the given tag the intended use case? Is that the only use case? Because then it might be better to hardcode this, e.g. show a magnifying glass icon on hover and leave the link patterns for their original deep linking purposes. |
cc @yoave23 |
That's the main usecase @yurishkuro , agreed hard-coding might be a better solution. One other maybe useful thing would be if you wanted to also cross reference with another tag, like a process tag while templating (not sure if that's possible now) |
@yurishkuro I believe #817 resolves this |
@yurishkuro does #817 fix this issue? If so, we can close. |
We should ask the OP, @mckornfield |
Yep I think it does, I'll close fixed by #817 |
Requirement - what kind of business use case are you trying to solve?
Problem - what in Jaeger blocks you from solving the requirement?
The fact that the key field is required for Link Patterns
Proposal - what do you suggest to solve the problem or improve the existing situation?
Allowing the key field to be optional, or maybe a boolean
applyForAllOfType: true
, that instead replaces the key with a reference to the namekey
and its value accessible viavalue
Any open questions to address
The text was updated successfully, but these errors were encountered: