Uses of Interface
io.helidon.metrics.api.RegistrySettings.Builder
Packages that use RegistrySettings.Builder
Package
Description
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.Builder in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return RegistrySettings.BuilderModifier and TypeMethodDescriptionstatic RegistrySettings.BuilderRegistrySettings.builder()Creates a new defaulted builder forRegistrySettings.Sets values in the builder based on the providedConfignode.RegistrySettings.Builder.enabled(boolean value) Sets whether the metric type should be enabled.RegistrySettings.Builder.filterSettings(RegistryFilterSettings.Builder registryFilterSettingsBuilder) Sets the filter to use for identifying specific metrics to enable.RegistrySettings.Builder.strictExemplars(boolean value) Whether to add exemplars (if exemplar providers are present) only to counter totals and buckets.