Uses of Interface
io.helidon.telemetry.otelconfig.SpanProcessorConfig
Packages that use SpanProcessorConfig
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of SpanProcessorConfig in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with type parameters of type SpanProcessorConfigModifier and TypeClassDescriptionstatic classSpanProcessorConfig.BuilderBase<BUILDER extends SpanProcessorConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends SpanProcessorConfig> Fluent API builder base forSpanProcessorConfig.Subinterfaces of SpanProcessorConfig in io.helidon.telemetry.otelconfigModifier and TypeInterfaceDescriptioninterfaceConfiguration for a batch span processor.Classes in io.helidon.telemetry.otelconfig that implement SpanProcessorConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.telemetry.otelconfig that return SpanProcessorConfigModifier and TypeMethodDescriptionSpanProcessorConfig.Builder.build()SpanProcessorConfig.Builder.buildPrototype()static SpanProcessorConfigDeprecated.static SpanProcessorConfigCreate a new instance from configuration.Methods in io.helidon.telemetry.otelconfig that return types with arguments of type SpanProcessorConfigModifier and TypeMethodDescriptionOpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl.processorConfigs()OpenTelemetryTracingConfig.processorConfigs()Settings for span processors.Methods in io.helidon.telemetry.otelconfig with parameters of type SpanProcessorConfigModifier and TypeMethodDescriptionstatic SpanProcessorConfig.BuilderSpanProcessorConfig.builder(SpanProcessorConfig instance) Create a new fluent API builder from an existing instance.SpanProcessorConfig.BuilderBase.from(SpanProcessorConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)