Uses of Interface
io.helidon.tracing.TracerBuilder
Package
Description
Distributed tracing support for Helidon.
Helidon integration with Jaeger tracer.
Open Telemetry tracing support that plugs into the
TracerBuilder
SPI and provides
a Tracer
implementation.Open Tracing support that plugs into the
TracerBuilder
SPI and provides
a Tracer
implementation.SPI classes to support integration of distributed tracers.
-
Uses of TracerBuilder in io.helidon.tracing
Modifier and TypeInterfaceDescriptioninterface
TracerBuilder<T extends TracerBuilder<T>>
A builder for tracingtracer
.Modifier and TypeMethodDescriptionstatic TracerBuilder
<?> Create a new builder from configuration.static TracerBuilder
<?> Create a new builder for the service name. -
Uses of TracerBuilder in io.helidon.tracing.providers.jaeger
Modifier and TypeClassDescriptionclass
The JaegerTracerBuilder is a convenience builder forTracer
to use with Jaeger. -
Uses of TracerBuilder in io.helidon.tracing.providers.opentelemetry
-
Uses of TracerBuilder in io.helidon.tracing.providers.opentracing
-
Uses of TracerBuilder in io.helidon.tracing.spi
Modifier and TypeMethodDescriptionTracerProvider.createBuilder()
Create a new builder for this tracer.