Uses of Interface
io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig
Packages that use BatchSpanProcessorConfig
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of BatchSpanProcessorConfig in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type BatchSpanProcessorConfigModifier and TypeClassDescriptionstatic classBatchSpanProcessorConfig.BuilderBase<BUILDER extends BatchSpanProcessorConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends BatchSpanProcessorConfig> Fluent API builder base forBatchSpanProcessorConfig.Classes in io.helidon.telemetry.otelconfig that implement BatchSpanProcessorConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.telemetry.otelconfig that return BatchSpanProcessorConfigModifier and TypeMethodDescriptionBatchSpanProcessorConfig.Builder.build()BatchSpanProcessorConfig.Builder.buildPrototype()static BatchSpanProcessorConfigBatchSpanProcessorConfig.create()Create a new instance with default values.static BatchSpanProcessorConfigDeprecated.static BatchSpanProcessorConfigCreate a new instance from configuration.Methods in io.helidon.telemetry.otelconfig with parameters of type BatchSpanProcessorConfigModifier and TypeMethodDescriptionBatchSpanProcessorConfig.builder(BatchSpanProcessorConfig instance) Create a new fluent API builder from an existing instance.BatchSpanProcessorConfig.BuilderBase.from(BatchSpanProcessorConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)