Uses of Interface
io.helidon.metrics.api.Sample.Derived
Packages that use 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
Fields in io.helidon.metrics.api declared as Sample.DerivedModifier and TypeFieldDescriptionstatic final Sample.DerivedSample.Derived.ZEROA derived sample with zero value and no reference.Methods in io.helidon.metrics.api that return Sample.DerivedModifier and TypeMethodDescriptionstatic Sample.DerivedSample.derived(double value) Create a new derived value without a reference.static Sample.DerivedSample.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.