RatioPartArgs

data class RatioPartArgs(val aggregation: Output<AggregationArgs>? = null, val filter: Output<String>) : ConvertibleToJava<RatioPartArgs>

Describes a query to build the numerator or denominator of a TimeSeriesFilterRatio.

Constructors

Link copied to clipboard
fun RatioPartArgs(aggregation: Output<AggregationArgs>? = null, filter: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): RatioPartArgs

Properties

Link copied to clipboard
val aggregation: Output<AggregationArgs>? = null

By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.

Link copied to clipboard
val filter: Output<String>

The monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) that identifies the metric types, resources, and projects to query.