public class PercentileMetricValue extends MetricValue
| Constructor and Description |
|---|
PercentileMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
Double |
p10()
Get the 10th percentile value for the metric.
|
Double |
p25()
Get the 25th percentile value for the metric.
|
Double |
p50()
Get the 50th percentile value for the metric.
|
Double |
p75()
Get the 75th percentile value for the metric.
|
Double |
p90()
Get the 90th percentile value for the metric.
|
Double |
p95()
Get the 95th percentile value for the metric.
|
Double |
p99()
Get the 99th percentile value for the metric.
|
public Double p10()
public Double p25()
public Double p50()
public Double p75()
public Double p90()
public Double p95()
public Double p99()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/