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 RegistryRegistry.create(MetricRegistry.Type type, RegistrySettings registrySettings) Create a registry of a certain type.Constructors in io.helidon.metrics with parameters of type RegistryModifierConstructorDescriptionprotectedRegistryFactory(MetricsSettings metricsSettings, Registry appRegistry, Registry vendorRegistry) Create a new instance.