Uses of Enum Class
io.helidon.telemetry.otelconfig.MetricReaderType
Packages that use MetricReaderType
Package
Description
Support for configuring OpenTelemetry via Helidon config.
-
Uses of MetricReaderType in io.helidon.telemetry.otelconfig
Methods in io.helidon.telemetry.otelconfig that return MetricReaderTypeModifier and TypeMethodDescriptionMetricReaderConfig.BuilderBase.MetricReaderConfigImpl.type()MetricReaderConfig.BuilderBase.type()Metric reader type.MetricReaderConfig.type()Metric reader type.static MetricReaderTypeReturns the enum constant of this class with the specified name.static MetricReaderType[]MetricReaderType.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 MetricReaderTypeModifier and TypeMethodDescriptionMetricReaderConfig.BuilderBase.type(MetricReaderType type) Metric reader type.