Uses of Interface
io.helidon.metrics.api.Timer.Builder
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 Timer.Builder in io.helidon.metrics.api
Modifier and TypeMethodDescriptionSets the boundary boundaries.static Timer.Builder
Creates a builder for a newTimer
.Timer.Builder.maximumExpectedValue
(Duration max) Sets the maximum expected value the timer is expected to record.Timer.Builder.minimumExpectedValue
(Duration min) Sets the minimum expected value the timer is expected to record.Timer.Builder.percentiles
(double... percentiles) Sets the percentiles to compute and publish (expressing, for example, the 95th percentile as 0.95).Timer.Builder.publishPercentileHistogram
(boolean value) Prepares the timer to publish a percentile histogram.MetricsFactory.timerBuilder
(String name) Creates a builder for aTimer
.