Uses of Enum Class
io.helidon.telemetry.otelconfig.SpanExporterType
Packages that use SpanExporterType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of SpanExporterType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return SpanExporterTypeModifier and TypeMethodDescriptionSpanExporterConfig.BuilderBase.SpanExporterConfigImpl.type()SpanExporterConfig.BuilderBase.type()Span exporter type.SpanExporterConfig.type()Span exporter type.static SpanExporterTypeReturns the enum constant of this class with the specified name.static SpanExporterType[]SpanExporterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.telemetry.otelconfig with parameters of type SpanExporterTypeModifier and TypeMethodDescriptionSpanExporterConfig.BuilderBase.type(SpanExporterType type) Span exporter type.