Uses of Enum Class
io.helidon.telemetry.otelconfig.OtlpExporterProtocolType
Packages that use OtlpExporterProtocolType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of OtlpExporterProtocolType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return OtlpExporterProtocolTypeModifier and TypeMethodDescriptionstatic 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.telemetry.otelconfig that return types with arguments of type OtlpExporterProtocolTypeModifier and TypeMethodDescriptionOtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl.protocol()OtlpExporterConfig.BuilderBase.protocol()Exporter protocol type.OtlpExporterConfig.protocol()Exporter protocol type.Methods in io.helidon.telemetry.otelconfig with parameters of type OtlpExporterProtocolTypeModifier and TypeMethodDescriptionOtlpExporterConfig.BuilderBase.protocol(OtlpExporterProtocolType protocol) Exporter protocol type.