Package io.helidon.microprofile.tracing
Microprofile extension for tracing.
Expected location of configuration is at key
tracing
,
see TracerBuilder
for details about configuration.- See Also:
org.eclipse.microprofile.opentracing
-
Class Summary Class Description MpTracingAutoDiscoverable Registers theMpTracingContextFilter
to support propagation of information from server runtime to client runtime.MpTracingClientRegistrar Microprofile client tracing registrar.MpTracingContextFilter Automatically registered filter that stores required information in thread local, to allow outbound clients to get all context.MpTracingFilter Adds tracing of Jersey calls using a post-matching filter.MpTracingInterceptor Interceptor forTraced
annotation.MpTracingRestClientFilter Filter to handle REST client specifics.MpTracingRestClientListener Tracing extension for Rest Client.TracerProducer A producer ofTracer
needed for injection intoCDI
beans.TracingCdiExtension CDI extension for Microprofile Tracing implementation.