Class: DatadogAPIClient::V2::TraceAttributes

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

Overview

The attributes of a trace returned by the Get trace by ID endpoint.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/trace_attributes.rb', line 30

def additional_properties
  @additional_properties
end

#is_truncatedObject

Indicates whether the trace was truncated because its size exceeded the maximum response payload.



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

def is_truncated
  @is_truncated
end

#spansObject

The list of spans that compose the trace.



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

def spans
  @spans
end