Uses of Interface
io.helidon.metrics.api.ValueAtPercentile
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 ValueAtPercentile in io.helidon.metrics.api
Modifier and TypeMethodDescriptionIterable
<? extends ValueAtPercentile> HistogramSnapshot.percentileValues()
Returns the values at the configured percentiles for the histogram.