Uses of Interface
io.helidon.metrics.api.RegistrySettings
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
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 RegistrySettings in io.helidon.metrics
Modifier and TypeMethodDescriptionstatic Registry
Registry.create
(MetricRegistry.Type type, RegistrySettings registrySettings) Create a registry of a certain type.void
Registry.update
(RegistrySettings registrySettings) ModifierConstructorDescriptionprotected
Registry
(MetricRegistry.Type type, RegistrySettings registrySettings) Creates a new instance. -
Uses of RegistrySettings in io.helidon.metrics.api
Modifier and TypeMethodDescriptionRegistrySettings.Builder.build()
Creates a newRegistrySettings
instance from the builder.static RegistrySettings
RegistrySettings.create()
Creates a new defaultRegistrySettings
instance.static RegistrySettings
Creates a newRegistrySettings
instance using the provided config.AbstractRegistry.registrySettings()
MetricsSettings.registrySettings
(MetricRegistry.Type registryType) Returns theRegistrySettings
for the indicated registry type.Modifier and TypeMethodDescriptionMetricsSettings.Builder.registrySettings
(MetricRegistry.Type registryType, RegistrySettings registrySettings) Sets the registry settings for the specified registry type.void
AbstractRegistry.update
(RegistrySettings registrySettings) Update the registry settings for this registry.ModifierConstructorDescriptionprotected
AbstractRegistry
(MetricRegistry.Type type, Class<M> metricClass, RegistrySettings registrySettings) Create a registry of a certain type.