Class TimeSeriesFilter (2.1.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 google.cloud.monitoring_dashboard_v1.types.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 google.cloud.monitoring_dashboard_v1.types.Aggregation
Apply a second aggregation after aggregation is applied.
pick_time_series_filter google.cloud.monitoring_dashboard_v1.types.PickTimeSeriesFilter
Ranking based time series filter.
statistical_time_series_filter google.cloud.monitoring_dashboard_v1.types.StatisticalTimeSeriesFilter
Statistics based time series filter. Note: This field is deprecated and completely ignored by the API.