Uses of Interface
io.helidon.metrics.api.RegistrySettings
Packages that use 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.metricsMethods in io.helidon.metrics with parameters of type RegistrySettingsModifier and TypeMethodDescriptionstatic RegistryRegistry.create(MetricRegistry.Type type, RegistrySettings registrySettings) Create a registry of a certain type.voidRegistry.update(RegistrySettings registrySettings) Constructors in io.helidon.metrics with parameters of type RegistrySettingsModifierConstructorDescriptionprotectedRegistry(MetricRegistry.Type type, RegistrySettings registrySettings) Creates a new instance.
- 
Uses of RegistrySettings in io.helidon.metrics.apiMethods in io.helidon.metrics.api that return RegistrySettingsModifier and TypeMethodDescriptionRegistrySettings.Builder.build()Creates a newRegistrySettingsinstance from the builder.static RegistrySettingsRegistrySettings.create()Creates a new defaultRegistrySettingsinstance.static RegistrySettingsCreates a newRegistrySettingsinstance using the provided config.AbstractRegistry.registrySettings()MetricsSettings.registrySettings(MetricRegistry.Type registryType) Returns theRegistrySettingsfor the indicated registry type.Methods in io.helidon.metrics.api with parameters of type RegistrySettingsModifier and TypeMethodDescriptionMetricsSettings.Builder.registrySettings(MetricRegistry.Type registryType, RegistrySettings registrySettings) Sets the registry settings for the specified registry type.voidAbstractRegistry.update(RegistrySettings registrySettings) Update the registry settings for this registry.Constructors in io.helidon.metrics.api with parameters of type RegistrySettingsModifierConstructorDescriptionprotectedAbstractRegistry(MetricRegistry.Type type, Class<M> metricClass, RegistrySettings registrySettings) Create a registry of a certain type.