MetricQueryValue

The aggregated values of the metric.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val avg: Double?

The average of the values of all data points collected during the aggregation period.

Link copied to clipboard
val max: Double?

The maximum of the values of all the data points collected during the aggregation period.

Link copied to clipboard
val min: Double?

The minimum of the values of all data points collected during the aggregation period.

Link copied to clipboard
val p90: Double?

The 90th percentile of the values of all data points collected during the aggregation period.

Link copied to clipboard
val std: Double?

The standard deviation of the values of all data points collected during the aggregation period.

Link copied to clipboard
val sum: Double?

The sum of the values of all data points collected during the aggregation period.

Functions

Link copied to clipboard
inline fun copy(block: MetricQueryValue.Builder.() -> Unit = {}): MetricQueryValue
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String