Method: Google::Cloud::Monitoring::V3::AlertPolicy::AlertStrategy#notification_rate_limit
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
permalink #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.
445 446 447 448 449 450 451 452 453 454 455 456 457 458 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 445 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 |