Uses of Interface
io.helidon.metrics.api.Sample.Labeled
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.Labeled in io.helidon.metrics.api
Modifier and TypeMethodDescriptionstatic Sample.Labeled
Sample.labeled
(double value) Create a labeled value.LabeledSnapshot.max()
Maximal value.Sample.Derived.sample()
Sample.Modifier and TypeMethodDescriptiondefault Optional
<Sample.Labeled> SampledMetric.sample()
Sample (if available).Modifier and TypeMethodDescriptionstatic Sample.Derived
Sample.derived
(double value, Sample.Labeled reference) Create a new derived value with a reference.