Class: DatadogAPIClient::V2::SpansQueryFilter

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

Overview

The search and filter query settings.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#fromObject

The minimum time for the requested spans, supports date-time ISO8601, date math, and regular timestamps (milliseconds).



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

def from
  @from
end

#queryObject

The search query - following the span search syntax.



28
29
30
# File 'lib/datadog_api_client/v2/models/spans_query_filter.rb', line 28

def query
  @query
end

#toObject

The maximum time for the requested spans, supports date-time ISO8601, date math, and regular timestamps (milliseconds).



31
32
33
# File 'lib/datadog_api_client/v2/models/spans_query_filter.rb', line 31

def to
  @to
end