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 RegistrySettingsRegistry. registrySettings()Methods in io.helidon.metrics with parameters of type RegistrySettings Modifier and Type Method Description static RegistryRegistry. create(MetricRegistry.Type type, RegistrySettings registrySettings)Create a registry of a certain type.voidRegistry. 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 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.
-