Class: DatadogAPIClient::V2::SpansMetricResponseFilter

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

Overview

The span-based metric filter. Spans 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 span search syntax.



25
26
27
# File 'lib/datadog_api_client/v2/models/spans_metric_response_filter.rb', line 25

def query
  @query
end