- All Superinterfaces:
- Sample
- Enclosing interface:
- Sample
Sample that does not exist as an actual observation but is derived from actual observations. E.g., mean.
 Most derived sample instances have a reference to an actual sample that is an exemplar for the derived sample. Because
 derived samples are typically computed from actual samples, the value is a double (rather than a long as with the actual
 samples).
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.helidon.metrics.api.SampleSample.Derived, Sample.Labeled
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Sample.DerivedA derived sample with zero value and no reference.
- 
Method SummaryMethods inherited from interface io.helidon.metrics.api.SampledoubleValue
- 
Field Details- 
ZEROA derived sample with zero value and no reference.
 
- 
- 
Method Details- 
valuedouble value()Derived value (usually computed).- Returns:
- value
 
- 
sampleSample.Labeled sample()Sample.- Returns:
- sample
 
 
-