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

Show indication of debug and firehose traces #575

Open
yurishkuro opened this issue May 13, 2020 · 0 comments
Open

Show indication of debug and firehose traces #575

yurishkuro opened this issue May 13, 2020 · 0 comments

Comments

@yurishkuro
Copy link
Member

Requirement - what kind of business use case are you trying to solve?

Sometimes it's useful to know if the trace was captured with debug or firehose flags.

Problem - what in Jaeger blocks you from solving the requirement?

Span.flags is currently not rendered in the UI.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Add "debug" and "firehose" pills to span details (next to span ID), with (?) tooltip explaining the meaning of each flag.

  • firehose: "Spans captured in the firehose mode are not indexed by tags and duration"
  • debug: "This trace was marked as a debug request, which may result in higher level of instrumentation detail captured"
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

2 participants