Uses of Interface
io.helidon.metrics.api.FunctionalCounter.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 FunctionalCounter.Builder in io.helidon.metrics.api
Modifier and TypeMethodDescriptionstatic <T> FunctionalCounter.Builder
<?> Returns a builder for registering or locating a functional counter.<T> FunctionalCounter.Builder
<T> MetricsFactory.functionalCounterBuilder
(String name, T stateObject, Function<T, Long> fn) Creates a builder for a functionalCounter
, essentially a counter-style wrapper around an external object.