Uses of Class
io.helidon.metrics.api.MetricsConfig.Builder
Packages that use MetricsConfig.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.
SPI for Helidon metrics.
Helidon WebServer Observability Metrics Support.
-
Uses of MetricsConfig.Builder in io.helidon.metrics.api
Subclasses with type arguments of type MetricsConfig.Builder in io.helidon.metrics.apiClasses in io.helidon.metrics.api that implement interfaces with type arguments of type MetricsConfig.BuilderMethods in io.helidon.metrics.api that return MetricsConfig.BuilderModifier and TypeMethodDescriptionstatic MetricsConfig.BuilderMetricsConfig.builder()Create a new fluent API builder to customize configuration.static MetricsConfig.BuilderMetricsConfig.builder(MetricsConfig instance) Create a new fluent API builder from an existing instance. -
Uses of MetricsConfig.Builder in io.helidon.metrics.spi
Methods in io.helidon.metrics.spi that return MetricsConfig.BuilderModifier and TypeMethodDescriptiondefault MetricsConfig.BuilderMetricsProgrammaticConfig.apply(MetricsConfig.Builder builder) Augments an existingMetricsConfig.Builder, presumably from actual config, with overrides provided by this programmatic config instance.Methods in io.helidon.metrics.spi with parameters of type MetricsConfig.BuilderModifier and TypeMethodDescriptiondefault MetricsConfig.BuilderMetricsProgrammaticConfig.apply(MetricsConfig.Builder builder) Augments an existingMetricsConfig.Builder, presumably from actual config, with overrides provided by this programmatic config instance. -
Uses of MetricsConfig.Builder in io.helidon.webserver.observe.metrics
Method parameters in io.helidon.webserver.observe.metrics with type arguments of type MetricsConfig.BuilderModifier and TypeMethodDescriptionMetricsObserverConfig.BuilderBase.metricsConfig(Consumer<MetricsConfig.Builder> consumer) Assigns metrics settings for the observer endpoint, including whether the endpoint is enabled and its access controls.