Class: Google::Cloud::Monitoring::V3::AlertPolicy::AlertStrategy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/alert.rb

Overview

Control over how the notification channels in notification_channels are notified when this alert fires.

Defined Under Namespace

Classes: NotificationRateLimit

Instance Attribute Summary collapse

Instance Attribute Details

#notification_rate_limit::Google::Cloud::Monitoring::V3::AlertPolicy::AlertStrategy::NotificationRateLimit

Returns Required for alert policies with a LogMatch condition.

This limit is not implemented for alert policies that are not log-based.

Returns:



412
413
414
415
416
417
418
419
420
421
422
423
424
425
# File 'proto_docs/google/monitoring/v3/alert.rb', line 412

class AlertStrategy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Control over the rate of notifications sent to this alert policy's
  # notification channels.
  # @!attribute [rw] period
  #   @return [::Google::Protobuf::Duration]
  #     Not more than one notification per `period`.
  class NotificationRateLimit
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end