Uses of Enum Class
io.helidon.telemetry.otelconfig.SpanProcessorType
Packages that use SpanProcessorType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of SpanProcessorType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return SpanProcessorTypeModifier and TypeMethodDescriptionSpanProcessorConfig.BuilderBase.SpanProcessorConfigImpl.type()SpanProcessorConfig.type()Span processor type.static SpanProcessorTypeReturns the enum constant of this class with the specified name.static SpanProcessorType[]SpanProcessorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.telemetry.otelconfig that return types with arguments of type SpanProcessorTypeMethods in io.helidon.telemetry.otelconfig with parameters of type SpanProcessorTypeModifier and TypeMethodDescriptionSpanProcessorConfig.BuilderBase.type(SpanProcessorType type) Span processor type.