Uses of Interface
io.helidon.metrics.api.Sample.Derived
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 Sample.Derived in io.helidon.metrics.api
Modifier and TypeFieldDescriptionstatic final Sample.Derived
Sample.Derived.ZERO
A derived sample with zero value and no reference.Modifier and TypeMethodDescriptionstatic Sample.Derived
Sample.derived
(double value) Create a new derived value without a reference.static Sample.Derived
Sample.derived
(double value, Sample.Labeled reference) Create a new derived value with a reference.LabeledSnapshot.mean()
Mean value.LabeledSnapshot.value
(double quantile) Value of a specific quantile.