Uses of Interface
io.helidon.metrics.api.HistogramSnapshot
Packages that use HistogramSnapshot
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 HistogramSnapshot in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return HistogramSnapshotModifier and TypeMethodDescriptionstatic HistogramSnapshotHistogramSnapshot.empty(long count, double total, double max) Deprecated, for removal: This API element is subject to removal in a future version.MetricsFactory.histogramSnapshotEmpty(long count, double total, double max) Returns an empty histogram snapshot with the specified aggregate values.DistributionSummary.snapshot()Returns aHistogramSnapshotof the current state of the distribution summary.HistogramSupport.snapshot()Returns a snapshot of the data in a histogram.
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.histogramSnapshotEmpty(long, double, double)instead