Uses of Class
io.helidon.metrics.api.MetricsConfig.BuilderBase
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 MetricsConfig.BuilderBase in io.helidon.metrics.api
Modifier and TypeClassDescriptionstatic class
MetricsConfig.BuilderBase<BUILDER extends MetricsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends MetricsConfig> Fluent API builder base forMetricsConfig
.Modifier and TypeMethodDescriptionMetricsConfig.BuilderBase.from
(MetricsConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
MetricsConfigImpl
(MetricsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.