p90 constant

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