Uses of Interface
io.helidon.tracing.ExtendedTracerConfig
Packages that use ExtendedTracerConfig
Package
Description
Distributed tracing support for Helidon.
Open Telemetry tracing support that plugs into the
TracerBuilder SPI and provides
a Tracer implementation.-
Uses of ExtendedTracerConfig in io.helidon.tracing
Classes in io.helidon.tracing with type parameters of type ExtendedTracerConfigModifier and TypeClassDescriptionstatic classExtendedTracerConfig.BuilderBase<BUILDER extends ExtendedTracerConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ExtendedTracerConfig> Fluent API builder base forExtendedTracerConfig.Classes in io.helidon.tracing that implement ExtendedTracerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.tracing that return ExtendedTracerConfigModifier and TypeMethodDescriptionExtendedTracerConfig.Builder.build()ExtendedTracerConfig.Builder.buildPrototype()static ExtendedTracerConfigDeprecated.static ExtendedTracerConfigCreate a new instance from configuration.Methods in io.helidon.tracing with parameters of type ExtendedTracerConfigModifier and TypeMethodDescriptionstatic ExtendedTracerConfig.BuilderExtendedTracerConfig.builder(ExtendedTracerConfig instance) Create a new fluent API builder from an existing instance.ExtendedTracerConfig.BuilderBase.from(ExtendedTracerConfig prototype) Update this builder from an existing prototype instance. -
Uses of ExtendedTracerConfig in io.helidon.tracing.providers.opentelemetry
Subinterfaces of ExtendedTracerConfig in io.helidon.tracing.providers.opentelemetryModifier and TypeInterfaceDescriptioninterfaceSettings for OpenTelemetry tracer configuration under the "tracing" config key.(package private) interfaceio.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfigBlueprintSettings for OpenTelemetry tracer configuration under the "tracing" config key.Classes in io.helidon.tracing.providers.opentelemetry that implement ExtendedTracerConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.
create(io.helidon.config.Config)