You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and 0003b24be22d400a look the same in the listings (they both appear as 0003b24). 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: