Using Observability Tracing Span for Measuring Fiber Execution Duration in CLI
Hey people, I'm building a CLI where I want to output the duration of a how long a fiber took to execute.
This is a core part of the app and not just to debug slowness.
Is it advised to use an "Oberservability Tracing Span" for this or should I look into something else?
This is a core part of the app and not just to debug slowness.
Is it advised to use an "Oberservability Tracing Span" for this or should I look into something else?
