Uses of Interface
io.helidon.tracing.TracerBuilder
Packages that use TracerBuilder
Package
Description
Distributed tracing support for Helidon.
SPI classes to support integration of distributed tracers.
-
Uses of TracerBuilder in io.helidon.tracing
Classes in io.helidon.tracing with type parameters of type TracerBuilderModifier and TypeInterfaceDescriptioninterfaceTracerBuilder<T extends TracerBuilder<T>>A builder for tracingtracer.Methods in io.helidon.tracing that return TracerBuilderModifier 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.spi
Methods in io.helidon.tracing.spi that return TracerBuilderModifier and TypeMethodDescriptionTracerProvider.createBuilder()Create a new builder for this tracer.