Class TimeSeriesFilter (2.15.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.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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. This field is a member of oneof_ output_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. This field is a member of oneof_ output_filter.