p95 constant

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);