Tracing Beans
If the Tracing annotations and existing instrumentations are not sufficient, Micronaut’s tracing integration registers a io.opentracing.Tracer
bean which exposes the Open Tracing API and can be dependency-injected as needed.
Depending on the implementation you choose, there are also additional beans. For example for Zipkin brave.Tracing
and brave.SpanCustomizer
beans are available too.