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 class
SpanProcessorConfig.BuilderBase<BUILDER extends SpanProcessorConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SpanProcessorConfig> Fluent API builder base forSpanProcessorConfig
.Subinterfaces of SpanProcessorConfig in io.helidon.telemetry.otelconfigModifier and TypeInterfaceDescriptioninterface
Configuration for a batch span processor.Classes in io.helidon.telemetry.otelconfig that implement SpanProcessorConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.protected static class
Generated 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 SpanProcessorConfig
Deprecated.static SpanProcessorConfig
Create 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.Builder
SpanProcessorConfig.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)