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