Class TimeSeriesFilter (2.0.0)

TimeSeriesFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A filter that defines a subset of time series data that is displayed in a widget. Time series data is fetched using the `ListTimeSeries https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list`__ method.

Attributes

NameDescription
filter str
Required. The `monitoring filter
aggregation .common.Aggregation
By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.
secondary_aggregation .common.Aggregation
Apply a second aggregation after aggregation is applied.
pick_time_series_filter .common.PickTimeSeriesFilter
Ranking based time series filter.
statistical_time_series_filter .common.StatisticalTimeSeriesFilter
Statistics based time series filter. Note: This field is deprecated and completely ignored by the API.