Uses of Interface
io.helidon.metrics.api.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
Modifier and TypeMethodDescriptionstatic HistogramSnapshot
HistogramSnapshot.empty
(long count, double total, double max) Returns an "empty" snapshot which has summary values but no data points.MetricsFactory.histogramSnapshotEmpty
(long count, double total, double max) Returns an empty histogram snapshot with the specified aggregate values.DistributionSummary.snapshot()
Returns aHistogramSnapshot
of the current state of the distribution summary.HistogramSupport.snapshot()
Returns a snapshot of the data in a histogram.