- java.lang.Object
-
- io.helidon.microprofile.tracing.TracerProducer
-
@ApplicationScoped public class TracerProducer extends Object
A producer ofTracer
needed for injection intoCDI
beans.
-
-
Constructor Summary
Constructors Constructor Description TracerProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracer
tracer()
Provides an instance of tracer currently configured.
-
-
-
Method Detail
-
tracer
@Produces @Dependent public Tracer tracer()
Provides an instance of tracer currently configured.
-
-