Uses of Enum Class
io.helidon.tracing.providers.opentelemetry.OtlpExporterProtocolType
Packages that use OtlpExporterProtocolType
Package
Description
Open Telemetry tracing support that plugs into the
TracerBuilder SPI and provides
a Tracer implementation.-
Uses of OtlpExporterProtocolType in io.helidon.tracing.providers.opentelemetry
Methods in io.helidon.tracing.providers.opentelemetry that return OtlpExporterProtocolTypeModifier and TypeMethodDescriptionOpenTelemetryTracerConfig.BuilderBase.exporterType()Type of OTLP exporter to use for pushing span data.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl.exporterType()OpenTelemetryTracerConfig.exporterType()Type of OTLP exporter to use for pushing span data.static OtlpExporterProtocolTypeReturns the enum constant of this class with the specified name.static OtlpExporterProtocolType[]OtlpExporterProtocolType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.tracing.providers.opentelemetry with parameters of type OtlpExporterProtocolTypeModifier and TypeMethodDescriptionOpenTelemetryTracerConfig.BuilderBase.exporterType(OtlpExporterProtocolType exporterType) Type of OTLP exporter to use for pushing span data.