Method: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::Trigger#percent

Defined in:
proto_docs/google/monitoring/v3/alert.rb

#percent::Float

Returns The percentage of time series that must fail the predicate for the condition to be triggered.

Returns:

  • (::Float)

    The percentage of time series that must fail the predicate for the condition to be triggered.

[View source]

197
198
199
200
# File 'proto_docs/google/monitoring/v3/alert.rb', line 197

class Trigger
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end