-
Notifications
You must be signed in to change notification settings - Fork 487
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
[Feature]: Colormap log markers by tag #2361
Comments
Why do you need to distinguish them? What are you trying to glean from the ticks & colors? |
Let's say the span is a coroutine that polls events from other coroutines, and the tag is the name of the source coroutine or the type of event. |
Alternatively, the ability to distinguish logs by level (error/info) would be useful too. |
Are you interested in submitting a PR to implement this? Regarding the UI experience, I would do it this way:
|
Sure. I am not sure if we want to persist it in local storage though; how would that interact with multiple tabs opened concurrently? |
Why would that be a problem? If user changes the setting, already opened tabs would not change, but if they are reloaded then they will reflect the setting. |
Requirement
As a Jaeger user workign with large traces with many logs on each span, I want to be able to distinguish various types of logs more easily.
Problem
When I see a large span like this, it is difficult to figure out what is going on at a glance
Proposal
Add a button "Log colormap" in the trace detail page, probably next to the "Find" menu.
The button opens a dialog in which the user can select a "key", either a dropdown based on all distinct values from
.spans[].logs[].key
or a manual input dialog.When this dialog is closed, all log markers
Open questions
No response
The text was updated successfully, but these errors were encountered: