p90 constant
PercentileMetricComputation
const p90
The name for the computed value tracking the 90th percentile value from the samples with outliers.
Implementation
static const PercentileMetricComputation p90 = PercentileMetricComputation._(
'p90',
0.9,
);