Class: DatadogAPIClient::V2::LogsMetricResponseFilter

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/logs_metric_response_filter.rb

Overview

The log-based metric filter. Logs matching this filter will be aggregated in this metric.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#queryObject

The search query - following the log search syntax.



29
30
31
# File 'lib/datadog_api_client/v2/models/logs_metric_response_filter.rb', line 29

def query
  @query
end