Uses of Class
io.helidon.metrics.Registry
Packages that use Registry
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
-
Uses of Registry in io.helidon.metrics
Methods in io.helidon.metrics that return RegistryModifier and TypeMethodDescriptionstatic Registry
Registry.create
(MetricRegistry.Type type, RegistrySettings registrySettings) Create a registry of a certain type.Constructors in io.helidon.metrics with parameters of type RegistryModifierConstructorDescriptionprotected
RegistryFactory
(MetricsSettings metricsSettings, Registry appRegistry, Registry vendorRegistry) Create a new instance.