Uses of Class
io.helidon.telemetry.otelconfig.SpanProcessorConfig.BuilderBase
Packages that use SpanProcessorConfig.BuilderBase
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of SpanProcessorConfig.BuilderBase in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type SpanProcessorConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
SpanProcessorConfig.BuilderBase<BUILDER extends SpanProcessorConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SpanProcessorConfig> Fluent API builder base forSpanProcessorConfig
.Subclasses of SpanProcessorConfig.BuilderBase in io.helidon.telemetry.otelconfigModifier and TypeClassDescriptionstatic class
Fluent API builder forBatchSpanProcessorConfig
.static class
BatchSpanProcessorConfig.BuilderBase<BUILDER extends BatchSpanProcessorConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends BatchSpanProcessorConfig> Fluent API builder base forBatchSpanProcessorConfig
.static class
Fluent API builder forSpanProcessorConfig
.Methods in io.helidon.telemetry.otelconfig with parameters of type SpanProcessorConfig.BuilderBaseModifier and TypeMethodDescriptionSpanProcessorConfig.BuilderBase.from
(SpanProcessorConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.telemetry.otelconfig with parameters of type SpanProcessorConfig.BuilderBaseModifierConstructorDescriptionprotected
SpanProcessorConfigImpl
(SpanProcessorConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.