denominatorAggregations property

List<Aggregation>? denominatorAggregations
getter/setter pair

Specifies the alignment of data points in individual time series selected by denominatorFilter as well as how to combine the retrieved time series together (such as when aggregating multiple streams on each resource to a single stream for each resource or when aggregating streams across all members of a group of resources).When computing ratios, the aggregations and denominator_aggregations fields must use the same alignment period and produce time series that have the same periodicity and labels.

Implementation

core.List<Aggregation>? denominatorAggregations;