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.
-
Uses of MetricsConfig.Builder in io.helidon.metrics.api
Methods 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.