Uses of Interface
io.helidon.metrics.api.Sample
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 in io.helidon.metrics.api
Modifier and TypeInterfaceDescriptionstatic interface
Sample that does not exist as an actual observation but is derived from actual observations.static interface
A sample with a label and a timestamp, typically representing actual observations (rather than derived values).