Package org.eclipse.microprofile.metrics
Class Snapshot.PercentileValue
java.lang.Object
org.eclipse.microprofile.metrics.Snapshot.PercentileValue
- Enclosing class:
- Snapshot
Represents a percentile and its value at the moment it was sampled from the Snapshot. Percentile values of a
Timer
are represented in units of nanoseconds.
See #percentileValue()
-
Constructor Details
-
PercentileValue
public PercentileValue(double percentile, double value) - Parameters:
percentile
- percentilevalue
- value of percentile
-
-
Method Details