Class: DatadogAPIClient::V2::SpansFilter

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

Overview

The spans filter used to index spans.

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_filter.rb', line 25

def query
  @query
end