Uses of Interface
io.helidon.metrics.api.RegistrySettings
-
Packages that use RegistrySettings Package Description io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats.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
Methods in io.helidon.metrics that return RegistrySettings Modifier and Type Method Description protected RegistrySettings
Registry. registrySettings()
Methods in io.helidon.metrics with parameters of type RegistrySettings Modifier and Type Method Description static Registry
Registry. create(MetricRegistry.Type type, RegistrySettings registrySettings)
Create a registry of a certain type.void
Registry. update(RegistrySettings registrySettings)
Update the registry settings for this registry.Constructors in io.helidon.metrics with parameters of type RegistrySettings Constructor Description Registry(MetricRegistry.Type type, RegistrySettings registrySettings)
-
Uses of RegistrySettings in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return RegistrySettings Modifier and Type Method Description RegistrySettings
RegistrySettings.Builder. build()
Creates a newRegistrySettings
instance from the builder.static RegistrySettings
RegistrySettings. create()
Creates a new defaultRegistrySettings
instance.static RegistrySettings
RegistrySettings. create(Config registrySettings)
Creates a newRegistrySettings
instance using the provided config.protected RegistrySettings
AbstractRegistry. registrySettings()
RegistrySettings
MetricsSettings. registrySettings(MetricRegistry.Type registryType)
Returns theRegistrySettings
for the indicated registry type.Methods in io.helidon.metrics.api with parameters of type RegistrySettings Modifier and Type Method Description MetricsSettings.Builder
MetricsSettings.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.
-