Open brunexgeek opened 10 months ago
Hey, @brunexgeek ! I would like to give it a try. Is there anything else that can help me to resolve it?
Hello there! Considering the case of sequential IDs, I think that's it. I thought we could just add an option to display the entire ID, disabled by default. I'm new in Jaeger to be honest. Thanks!
Requirement
As a system architect, who monitors the behavior of production environments using Jaeger, I would like to be able to view the entire trace ID in the trace search and trace details.
Problem
We generate our own IDs and the trace ID is sequential (similar to Snowflake ID). The problem is that the UI only shows the first characters of the ID, which means that IDs like
0003b24be26bc00a
and0003b24be22d400a
look the same in the listings (they both appear as0003b24
). This also happens on the trace details page. The span ID, on the other hand, is shown in its entirety.Proposal
Add an option in the UI configuration to show the entire trace ID.
Open questions
No response