metricFilterClauses property

List<MetricFilterClause>? metricFilterClauses
getter/setter pair

The metric filter clauses.

They are logically combined with the AND operator. Metric filters look at only the first date range and not the comparing date range. Note that filtering on metrics occurs after the metrics are aggregated.

Implementation

core.List<MetricFilterClause>? metricFilterClauses;