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: 135c4d1afadbf4c699971b07032372bd90c61c0848ab176ff5efdd5f294a1d01
4
- data.tar.gz: 1a162a3e4b27d3d843b9348568ce58dcadb76a201af38fd419ecbae73c4d88e4
3
+ metadata.gz: bb93a96dc7f90b835c68f1c88356d7c3b220de2dba50b257206d8103b3f4af4c
4
+ data.tar.gz: 8e05e8f3b725b8723d93cb3dc9ba566a30023583cef96a21f22e543822cb5c73
5
5
  SHA512:
6
- metadata.gz: 21d9c448175505c545653338caa4b45bf09b0bb572b353b8b1a6b450bc603475991c750d284b0ffa17bd7b2fee219c8bbf67179bfa3795e36b8e1df4ba4300cb
7
- data.tar.gz: '087d61b21d791ffdd7e21739a4160825d80eaa642ee2b60e714963283c2e67f9a9916724c7753de98ea4f8c28ed2bf40c1f22bc7a1940987c4938275e9b2b49d'
6
+ metadata.gz: 4949a76951ff367d087dcdc6c0976750a8c8bba549eb65b1c846e0c2568d40f21ff56617e6d7444e6237bf3abef22ec655a5424bcc50e75996e117eb78f96d1b
7
+ data.tar.gz: fca1b1d8318cd3a600c602cfe39921c731ad261ccd1fd5487cab531199c0bd2ee30d8a90de1fc5668f39cb101a727ea59bf89e4896c1ffc0a9002e9935428c1b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Monitoring
23
23
  module V3
24
- VERSION = "0.6.1"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # a non-zero interval, with subsequent points specifying the same
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.6.1
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-08 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common