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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/monitoring.rb +1 -1
- data/lib/google/cloud/monitoring/v3.rb +1 -1
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb +5 -6
- data/lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/common.rb +2 -2
- data/lib/google/cloud/monitoring/v3/metric_service_client_config.json +1 -1
- data/lib/google/cloud/monitoring/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be7386110f374f8a9bf8f79d0b097cdb7b0351721e73a2c64e9de328d4e2dd38
|
4
|
+
data.tar.gz: 99c7f6bb9e33488eaabc4a45475ab30529f509d84e3c765840a2e942a880a23a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
308
|
-
#
|
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
|
-
#
|
312
|
-
#
|
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 [
|
92
|
-
#
|
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
|
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.
|
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-
|
11
|
+
date: 2020-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|