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