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