Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
The duration of the span, in nanoseconds.
The end time of the span, in Unix nanoseconds.
Error flag for a span. 1 when the span is in error, 0 otherwise.
String-valued tags attached to the span. Tag keys starting with _ are
filtered out of the response.
Numeric metrics attached to the span. Metric keys starting with _ are
filtered out of the response.
The operation name of the span.
The ID of the parent span, or 0 when the span is a trace root.
The resource that the span describes.
Optional resourceA hash of the resource field.
Optional restrictedWhether access to the span is restricted by the organization's data access policies.
Optional selfThe time spent in the span itself, excluding time spent in child spans, in nanoseconds.
The name of the service that emitted the span.
The span ID, as an unsigned 64-bit integer.
The start time of the span, in Unix nanoseconds.
The lower 64 bits of the trace ID, as an unsigned 64-bit integer.
The full 128-bit trace ID, encoded as a 32-character hexadecimal string.
The type of the span (for example, web, db, or rpc).
Generated using TypeDoc
A single APM span returned as part of a trace.