Skip to content
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]: UI configuration to display the entire trace ID #2092

Open
brunexgeek opened this issue Jan 6, 2024 · 2 comments
Open

[Feature]: UI configuration to display the entire trace ID #2092

brunexgeek opened this issue Jan 6, 2024 · 2 comments

Comments

@brunexgeek
Copy link

brunexgeek commented Jan 6, 2024

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 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

@professorabhay
Copy link

Hey, @brunexgeek ! I would like to give it a try.
Is there anything else that can help me to resolve it?

@brunexgeek
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants