google-cloud-monitoring-v3 0.6.1 → 0.7.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb93a96dc7f90b835c68f1c88356d7c3b220de2dba50b257206d8103b3f4af4c
|
4
|
+
data.tar.gz: 8e05e8f3b725b8723d93cb3dc9ba566a30023583cef96a21f22e543822cb5c73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4949a76951ff367d087dcdc6c0976750a8c8bba549eb65b1c846e0c2568d40f21ff56617e6d7444e6237bf3abef22ec655a5424bcc50e75996e117eb78f96d1b
|
7
|
+
data.tar.gz: fca1b1d8318cd3a600c602cfe39921c731ad261ccd1fd5487cab531199c0bd2ee30d8a90de1fc5668f39cb101a727ea59bf89e4896c1ffc0a9002e9935428c1b
|
@@ -73,6 +73,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
73
73
|
end
|
74
74
|
add_message "google.monitoring.v3.AlertPolicy.AlertStrategy" do
|
75
75
|
optional :notification_rate_limit, :message, 1, "google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationRateLimit"
|
76
|
+
optional :auto_close, :message, 3, "google.protobuf.Duration"
|
76
77
|
end
|
77
78
|
add_message "google.monitoring.v3.AlertPolicy.AlertStrategy.NotificationRateLimit" do
|
78
79
|
optional :period, :message, 1, "google.protobuf.Duration"
|
@@ -409,6 +409,10 @@ module Google
|
|
409
409
|
# Required for alert policies with a `LogMatch` condition.
|
410
410
|
#
|
411
411
|
# This limit is not implemented for alert policies that are not log-based.
|
412
|
+
# @!attribute [rw] auto_close
|
413
|
+
# @return [::Google::Protobuf::Duration]
|
414
|
+
# If an alert policy that was active has no data for this long, any open
|
415
|
+
# incidents will close
|
412
416
|
class AlertStrategy
|
413
417
|
include ::Google::Protobuf::MessageExts
|
414
418
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -61,7 +61,7 @@ module Google
|
|
61
61
|
# of the previous interval.
|
62
62
|
#
|
63
63
|
# * For `CUMULATIVE` metrics, the start time and end time must specify a
|
64
|
-
#
|
64
|
+
# non-zero interval, with subsequent points specifying the same
|
65
65
|
# start time and increasing end times, until an event resets the
|
66
66
|
# cumulative value to zero and sets a new start time for the following
|
67
67
|
# points. The new start time must be at least a millisecond after the
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-monitoring-v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|