Uses of Interface
io.helidon.metrics.api.Counter
Packages that use Counter
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 in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return types with arguments of type CounterModifier and TypeMethodDescriptionLocates a previously-registered counter.Metrics.getCounter(String name) Deprecated, for removal: This API element is subject to removal in a future version.Metrics.getCounter(String name, Iterable<Tag> tags) Deprecated, for removal: This API element is subject to removal in a future version.use theMeterRegistryAPI instead, as this method is just a shortcut toMetrics.globalRegistry(); this method will be removed without a replacement
MeterRegistryAPI instead, as this method is just a shortcut toMetrics.globalRegistry(); this method will be removed without a replacement