Uses of Interface
io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
Packages that use OpenTracingTracerBuilder
Package
Description
Open Tracing support that plugs into the
TracerBuilder
SPI and provides
a Tracer
implementation.Open Tracing specific SPI, to add various tracers.
Brave based Open Tracing implementation for an integration with Zipkin.
Helidon tracing support for
TracerResolver
.-
Uses of OpenTracingTracerBuilder in io.helidon.tracing.providers.opentracing
Classes in io.helidon.tracing.providers.opentracing with type parameters of type OpenTracingTracerBuilderModifier and TypeInterfaceDescriptioninterface
OpenTracingTracerBuilder<T extends OpenTracingTracerBuilder<T>>
A builder for tracingtracer
.Methods in io.helidon.tracing.providers.opentracing that return OpenTracingTracerBuilderModifier and TypeMethodDescriptionstatic OpenTracingTracerBuilder
<?> Create a new builder from configuration.static OpenTracingTracerBuilder
<?> Create a new builder for the service name. -
Uses of OpenTracingTracerBuilder in io.helidon.tracing.providers.opentracing.spi
Methods in io.helidon.tracing.providers.opentracing.spi that return OpenTracingTracerBuilderModifier and TypeMethodDescriptionOpenTracingProvider.createBuilder()
Create a new builder for this tracer. -
Uses of OpenTracingTracerBuilder in io.helidon.tracing.providers.zipkin
Classes in io.helidon.tracing.providers.zipkin that implement OpenTracingTracerBuilderModifier and TypeClassDescriptionclass
The ZipkinTracerBuilder is a convenience builder forTracer
to use with Zipkin. -
Uses of OpenTracingTracerBuilder in io.helidon.tracing.tracerresolver
Methods in io.helidon.tracing.tracerresolver that return OpenTracingTracerBuilder