groupByFields

@JvmName(name = "tckiuywhaojhwnxe")
suspend fun groupByFields(value: Output<List<String>>)
@JvmName(name = "yuahduxdufautxsd")
suspend fun groupByFields(value: List<String>?)

Parameters

value

The set of fields to preserve when cross_series_reducer is specified. The group_by_fields determine how the time series are partitioned into subsets prior to applying the aggregation operation. Each subset contains time series that have the same value for each of the grouping fields. Each individual time series is a member of exactly one subset. The cross_series_reducer is applied to each subset of time series. It is not possible to reduce across different resource types, so this field implicitly contains resource.type. Fields not specified in group_by_fields are aggregated away. If group_by_fields is not specified and all the time series have the same resource type, then the time series are aggregated into a single output time series. If cross_series_reducer is not defined, this field is ignored.


@JvmName(name = "gquvkxndnkhnahxp")
suspend fun groupByFields(vararg values: Output<String>)


@JvmName(name = "tpdbwoqoimwrtiha")
suspend fun groupByFields(values: List<Output<String>>)
@JvmName(name = "eawovwfmqowctrco")
suspend fun groupByFields(vararg values: String)

Parameters

values

The set of fields to preserve when cross_series_reducer is specified. The group_by_fields determine how the time series are partitioned into subsets prior to applying the aggregation operation. Each subset contains time series that have the same value for each of the grouping fields. Each individual time series is a member of exactly one subset. The cross_series_reducer is applied to each subset of time series. It is not possible to reduce across different resource types, so this field implicitly contains resource.type. Fields not specified in group_by_fields are aggregated away. If group_by_fields is not specified and all the time series have the same resource type, then the time series are aggregated into a single output time series. If cross_series_reducer is not defined, this field is ignored.