Uses of Interface
io.helidon.metrics.api.Counter.Builder
Packages that use Counter.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 Counter.Builder in io.helidon.metrics.api
Subinterfaces with type arguments of type Counter.Builder in io.helidon.metrics.apiMethods in io.helidon.metrics.api that return Counter.BuilderModifier and TypeMethodDescriptionstatic Counter.BuilderDeprecated, for removal: This API element is subject to removal in a future version.MetricsFactory.counterBuilder(String name) Creates a builder for aCounter.
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.counterBuilder(String)instead