Class: DatadogAPIClient::V2::LogsMetricResponseFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsMetricResponseFilter
- 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
-
#query ⇒ Object
The search query - following the log search syntax.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#query ⇒ Object
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 |