MeasureValue

Represents the data attribute of the time series. For example, the CPU utilization of an EC2 instance or the RPM of a wind turbine are measures. MeasureValue has both name and value.

MeasureValue is only allowed for type MULTI. Using MULTI type, you can pass multiple data attributes associated with the same time series in a single record

Types

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

Properties

Link copied to clipboard

The name of the MeasureValue.

Link copied to clipboard

Contains the data type of the MeasureValue for the time-series data point.

Link copied to clipboard

The value for the MeasureValue. For information, see Data types.

Functions

Link copied to clipboard
inline fun copy(block: MeasureValue.Builder.() -> Unit = {}): MeasureValue
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