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

RFC: Debug/tracing feature flags #2698

Open
taqtiqa-mark opened this issue Nov 19, 2021 · 0 comments
Open

RFC: Debug/tracing feature flags #2698

taqtiqa-mark opened this issue Nov 19, 2021 · 0 comments
Labels
C-feature Category: feature. This is adding a new feature.

Comments

@taqtiqa-mark
Copy link

taqtiqa-mark commented Nov 19, 2021

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I can't get conclusive debug output.

Describe the solution you'd like
A clear and concise description of what you want to happen.

I run a command and the debug output reveals root cause of the problem.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

See PR #2697

Proposal

Feature flags:

These flags are not part of the full feature:

  • spans: activates tracing spans/events/logs.
  • debug: Activate debug level spans targeting app-hyper debugging
  • trace: Activate debug and trace level spans targeting hyper internal debugging.
  • jaeger: Setup the stack required to consume Hyper trace output in Jaeger
@taqtiqa-mark taqtiqa-mark added the C-feature Category: feature. This is adding a new feature. label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature. This is adding a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant