- All Superinterfaces:
Sample
- All Known Implementing Classes:
LabeledSample
- Enclosing interface:
Sample
A sample with a label and a timestamp, typically representing actual observations (rather than derived values).
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.metrics.api.Sample
Sample.Derived, Sample.Labeled
-
Method Summary
Methods inherited from interface io.helidon.metrics.api.Sample
doubleValue
-
Method Details
-
value
double value()The value.- Returns:
- value
-
label
String label()Value label.- Returns:
- lavel
-
timestamp
long timestamp()Timestamp the value was recorded.- Returns:
- timestamp
-