Uses of Interface
io.helidon.metrics.api.Registry
Packages that use Registry
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 Registry in io.helidon.metrics.api
Classes in io.helidon.metrics.api that implement RegistryModifier and TypeClassDescriptionclassCommon behavior for any category (e.g., full-featured or no-op) metrics registry.Methods in io.helidon.metrics.api that return RegistryModifier and TypeMethodDescriptionRegistryFactory.getRegistry(MetricRegistry.Type type) Returns aMetricRegistryinstance of the requested type.