LogMatch class

A condition type that checks whether a log message in the scoping project (https://cloud.google.com/monitoring/api/v3#project_name) satisfies the given filter.

Logs from other projects in the metrics scope are not evaluated.

Constructors

LogMatch({String? filter, Map<String, String>? labelExtractors})
LogMatch.fromJson(Map json_)

Properties

filter String?
A logs-based filter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labelExtractors Map<String, String>?
A map from a label key to an extractor expression, which is used to extract the value for this label key.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited