google-cloud-monitoring 0.37.1 → 0.37.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e16915c4159b98bfa87703ec382d7d06d1667ec30bd07102a7702f4cb0c6ae2d
4
- data.tar.gz: 97261662ab8c3ee8e5dc40c242aae222ccc0ebe1660e2dbaa5bcee94d52f766c
3
+ metadata.gz: be7386110f374f8a9bf8f79d0b097cdb7b0351721e73a2c64e9de328d4e2dd38
4
+ data.tar.gz: 99c7f6bb9e33488eaabc4a45475ab30529f509d84e3c765840a2e942a880a23a
5
5
  SHA512:
6
- metadata.gz: 103d59c0ceb56a132440969b23cc4413e52c9dad324a82cf4e981a0bf71b8fbc87f399b4dc22af360adeaf53e52a8ce4f8b85371af6ed66fa65529fd279c2e72
7
- data.tar.gz: 63fd242e1c63b6e9d1bda9a36dc25e427485e7bf51bd053d04e68f966f65f333bffa187180e349ba6cb1943217c92b1e1c008ed912d458edc59673020f52939f
6
+ metadata.gz: daff2a0ea7404e056ce82b1dd4897efd8dc83b5f7ee9c8bc1440870e260a117d0652b62e6458c811ff4b67660e48097f364424877a80d1d07ea0cbb3b9b41004
7
+ data.tar.gz: e26dd1213bca7338c16a427ccb860f6455ac46d58d5f85bd17372c7afea249c13e1c54964fb534352be7176f06457bc0e12bbfbe861df51e0be874d523abd68d
data/README.md CHANGED
@@ -6,7 +6,7 @@ be associated with a Workspace, with a few exceptions as noted on the
6
6
  individual method pages. The table entries below are presented in
7
7
  alphabetical order, not in order of common use. For explanations of the
8
8
  concepts found in the table entries, read the [Cloud Monitoring
9
- documentation](/monitoring/docs).
9
+ documentation](https://cloud.google.com/monitoring/docs).
10
10
  - [Client Library Documentation][]
11
11
  - [Product Documentation][]
12
12
 
@@ -29,7 +29,7 @@ module Google
29
29
  # individual method pages. The table entries below are presented in
30
30
  # alphabetical order, not in order of common use. For explanations of the
31
31
  # concepts found in the table entries, read the [Cloud Monitoring
32
- # documentation](/monitoring/docs).
32
+ # documentation](https://cloud.google.com/monitoring/docs).
33
33
  # - [Product Documentation][]
34
34
  #
35
35
  # ## Quick Start
@@ -36,7 +36,7 @@ module Google
36
36
  # individual method pages. The table entries below are presented in
37
37
  # alphabetical order, not in order of common use. For explanations of the
38
38
  # concepts found in the table entries, read the [Cloud Monitoring
39
- # documentation](/monitoring/docs).
39
+ # documentation](https://cloud.google.com/monitoring/docs).
40
40
  # - [Product Documentation][]
41
41
  #
42
42
  # ## Quick Start
@@ -159,7 +159,7 @@ module Google
159
159
  # receive new data points.
160
160
  # @!attribute [rw] condition_time_series_query_language
161
161
  # @return [Google::Monitoring::V3::AlertPolicy::Condition::TimeSeriesQueryLanguageCondition]
162
- # A condition that uses the time series query language format to define
162
+ # A condition that uses the Monitoring Query Language to define
163
163
  # alerts.
164
164
  # If set, no other conditions can be present.
165
165
  class Condition
@@ -304,13 +304,12 @@ module Google
304
304
  # time series that have been identified by `filter` and `aggregations`.
305
305
  class MetricAbsence; end
306
306
 
307
- # A condition type that allows alert policies to be defined using the
308
- # time series query language.
307
+ # A condition type that allows alert policies to be defined using
308
+ # Monitoring Query Language.
309
309
  # @!attribute [rw] query
310
310
  # @return [String]
311
- # A query in the time series query language format that generates time
312
- # series indicating points in time that the condition should be
313
- # considered active.
311
+ # Monitoring Query Language query that generates time series data and
312
+ # describes a condition for alerting on that data.
314
313
  # @!attribute [rw] summary
315
314
  # @return [String]
316
315
  # A short explanation of what the query represents. For example:
@@ -88,8 +88,8 @@ module Google
88
88
  # 95% latency across the average of all tasks in a cluster". This
89
89
  # representative data can be more easily graphed and comprehended, and the
90
90
  # individual time series data is still available for later drilldown. For more
91
- # details, see [Aggregating Time
92
- # Series](https://cloud.google.com/monitoring/api/v3/metrics#aggregating_time_series).
91
+ # details, see [Filtering and
92
+ # aggregation](https://cloud.google.com/monitoring/api/v3/aggregation).
93
93
  # @!attribute [rw] alignment_period
94
94
  # @return [Google::Protobuf::Duration]
95
95
  # The `alignment_period` specifies a time interval, in seconds, that is used
@@ -51,7 +51,7 @@
51
51
  "retry_params_name": "default"
52
52
  },
53
53
  "ListTimeSeries": {
54
- "timeout_millis": 60000,
54
+ "timeout_millis": 90000,
55
55
  "retry_codes_name": "idempotent",
56
56
  "retry_params_name": "default"
57
57
  },
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Monitoring
19
- VERSION = "0.37.1".freeze
19
+ VERSION = "0.37.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.1
4
+ version: 0.37.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-02 00:00:00.000000000 Z
11
+ date: 2020-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax