Uses of Interface
io.helidon.metrics.api.RegistrySettings
-
Packages that use RegistrySettings Package Description io.helidon.metrics.api 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.api
Methods in io.helidon.metrics.api that return RegistrySettings Modifier and Type Method Description RegistrySettingsRegistrySettings.Builder. build()Creates a newRegistrySettingsinstance from the builder.static RegistrySettingsRegistrySettings. create()Creates a new defaultRegistrySettingsinstance.static RegistrySettingsRegistrySettings. create(Config registrySettings)Creates a newRegistrySettingsinstance using the provided config.protected RegistrySettingsAbstractRegistry. registrySettings()RegistrySettingsMetricsSettings. registrySettings(MetricRegistry.Type registryType)Returns theRegistrySettingsfor the indicated registry type.Methods in io.helidon.metrics.api with parameters of type RegistrySettings Modifier and Type Method Description MetricsSettings.BuilderMetricsSettings.Builder. registrySettings(MetricRegistry.Type registryType, RegistrySettings registrySettings)Sets the registry settings for the specified registry type.Constructors in io.helidon.metrics.api with parameters of type RegistrySettings Constructor Description AbstractRegistry(MetricRegistry.Type type, Class<M> metricClass, RegistrySettings registrySettings)Create a registry of a certain type.
-