Class TracerResolverProvider
java.lang.Object
io.helidon.tracing.tracerresolver.TracerResolverProvider
- All Implemented Interfaces:
OpenTracingProvider
Service to use
TracerResolver
to find tracer to use with Helidon.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new builder for this tracer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.tracing.providers.opentracing.spi.OpenTracingProvider
updateOutboundHeaders
-
Constructor Details
-
TracerResolverProvider
public TracerResolverProvider()
-
-
Method Details
-
createBuilder
Description copied from interface:OpenTracingProvider
Create a new builder for this tracer.- Specified by:
createBuilder
in interfaceOpenTracingProvider
- Returns:
- a tracer builder
-