Uses of Interface
io.helidon.metrics.api.DistributionSummary
Packages that use DistributionSummary
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 DistributionSummary in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return types with arguments of type DistributionSummaryModifier and TypeMethodDescriptionstatic Optional<DistributionSummary> Metrics.getSummary(String name) Deprecated, for removal: This API element is subject to removal in a future version.static Optional<DistributionSummary> Metrics.getSummary(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 replacementdefault Optional<DistributionSummary> Locates a previously-registered distribution summary.
MeterRegistryAPI instead, as this method is just a shortcut toMetrics.globalRegistry(); this method will be removed without a replacement