Uses of Class
io.helidon.metrics.Registry
-
Packages that use Registry Package Description io.helidon.metrics 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 Registry Modifier and Type Method Description static Registry
Registry. create(MetricRegistry.Type type, RegistrySettings registrySettings)
Create a registry of a certain type.Constructors in io.helidon.metrics with parameters of type Registry Constructor Description RegistryFactory(MetricsSettings metricsSettings, Registry appRegistry, Registry vendorRegistry)
-