Class TracerProducer
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.tracing.cdi.TracerProducer
-
@Singleton public class TracerProducer extends Object
-
-
Constructor Summary
Constructors Constructor Description TracerProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.opentelemetry.api.baggage.BaggagegetBaggage()DelayedAttributesgetDelayedAttributes()io.opentelemetry.api.trace.SpangetSpan()io.opentelemetry.api.trace.TracergetTracer()
-
-
-
Method Detail
-
getDelayedAttributes
@Produces @Singleton public DelayedAttributes getDelayedAttributes()
-
getTracer
@Produces @ApplicationScoped public io.opentelemetry.api.trace.Tracer getTracer()
-
getSpan
@Produces @RequestScoped public io.opentelemetry.api.trace.Span getSpan()
-
getBaggage
@Produces @RequestScoped public io.opentelemetry.api.baggage.Baggage getBaggage()
-
-