hyper icon indicating copy to clipboard operation
hyper copied to clipboard

RFC: Debug/tracing feature flags

Open taqtiqa-mark opened this issue 3 years ago • 0 comments

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 avatar Nov 19 '21 07:11 taqtiqa-mark