proto_docs/google/monitoring/dashboard/v1/metrics.rb in google-cloud-monitoring-dashboard-v1-0.1.1 vs proto_docs/google/monitoring/dashboard/v1/metrics.rb in google-cloud-monitoring-dashboard-v1-0.2.0
- old
+ new
@@ -28,10 +28,13 @@
# @return [::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilter]
# Filter parameters to fetch time series.
# @!attribute [rw] time_series_filter_ratio
# @return [::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio]
# Parameters to fetch a ratio between two time series filters.
+ # @!attribute [rw] time_series_query_language
+ # @return [::String]
+ # A query used to fetch time series.
# @!attribute [rw] unit_override
# @return [::String]
# The unit of data contained in fetched time series. If non-empty, this
# unit will override any unit that accompanies fetched data. The format is
# the same as the
@@ -46,23 +49,27 @@
# widget. Time series data is fetched using the
# [`ListTimeSeries`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list)
# method.
# @!attribute [rw] filter
# @return [::String]
- # Required. The [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that identifies the
- # metric types, resources, and projects to query.
+ # Required. The [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+ # that identifies the metric types, resources, and projects to query.
# @!attribute [rw] aggregation
# @return [::Google::Cloud::Monitoring::Dashboard::V1::Aggregation]
# By default, the raw time series data is returned.
# Use this field to combine multiple time series for different views of the
# data.
+ # @!attribute [rw] secondary_aggregation
+ # @return [::Google::Cloud::Monitoring::Dashboard::V1::Aggregation]
+ # Apply a second aggregation after `aggregation` is applied.
# @!attribute [rw] pick_time_series_filter
# @return [::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter]
# Ranking based time series filter.
# @!attribute [rw] statistical_time_series_filter
# @return [::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter]
# Statistics based time series filter.
+ # Note: This field is deprecated and completely ignored by the API.
class TimeSeriesFilter
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -82,19 +89,21 @@
# @return [::Google::Cloud::Monitoring::Dashboard::V1::PickTimeSeriesFilter]
# Ranking based time series filter.
# @!attribute [rw] statistical_time_series_filter
# @return [::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter]
# Statistics based time series filter.
+ # Note: This field is deprecated and completely ignored by the API.
class TimeSeriesFilterRatio
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
# Describes a query to build the numerator or denominator of a
# TimeSeriesFilterRatio.
# @!attribute [rw] filter
# @return [::String]
- # Required. The [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that identifies the
- # metric types, resources, and projects to query.
+ # Required. The [monitoring
+ # filter](https://cloud.google.com/monitoring/api/v3/filters) that
+ # identifies the metric types, resources, and projects to query.
# @!attribute [rw] aggregation
# @return [::Google::Cloud::Monitoring::Dashboard::V1::Aggregation]
# By default, the raw time series data is returned.
# Use this field to combine multiple time series for different views of the
# data.