Uses of Enum Class
io.helidon.metrics.api.Meter.Type
Package
Description
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
-
Uses of Meter.Type in io.helidon.metrics.api
Modifier and TypeMethodDescriptionMeter.type()
Returns the meter type.static Meter.Type
Returns the enum constant of this class with the specified name.static Meter.Type[]
Meter.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.