Class: DatadogAPIClient::V2::TraceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TraceAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#is_truncated ⇒ Object
readonly
Indicates whether the trace was truncated because its size exceeded the maximum response payload.
-
#spans ⇒ Object
readonly
The list of spans that compose the trace.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_truncated ⇒ Object
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 |
#spans ⇒ Object
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 |