MetricQueryValue.Builder |
MetricQueryValue.Builder.avg(Double avg) |
The average of the values of the all data points collected during the period.
|
static MetricQueryValue.Builder |
MetricQueryValue.builder() |
|
MetricQueryValue.Builder |
MetricQueryValue.Builder.max(Double max) |
The maximum of the values of the all data points collected during the period.
|
MetricQueryValue.Builder |
MetricQueryValue.Builder.min(Double min) |
The minimum of the values of the all data points collected during the period.
|
MetricQueryValue.Builder |
MetricQueryValue.Builder.p90(Double p90) |
The 90th percentile of the values of the all data points collected during the period.
|
MetricQueryValue.Builder |
MetricQueryValue.Builder.std(Double std) |
The standard deviation of the values of the all data points collected during the period.
|
MetricQueryValue.Builder |
MetricQueryValue.Builder.sum(Double sum) |
The sum of the values of the all data points collected during the period.
|
MetricQueryValue.Builder |
MetricQueryValue.toBuilder() |
|