Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::LogMatch

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

Overview

A condition type that checks whether a log message in the scoping project satisfies the given filter. Logs from other projects in the metrics scope are not evaluated.

Defined Under Namespace

Classes: LabelExtractorsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String



364
365
366
367
368
369
370
371
372
373
374
375
376
# File 'proto_docs/google/monitoring/v3/alert.rb', line 364

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelExtractorsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#label_extractors::Google::Protobuf::Map{::String => ::String}



364
365
366
367
368
369
370
371
372
373
374
375
376
# File 'proto_docs/google/monitoring/v3/alert.rb', line 364

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelExtractorsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end