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

Hierarchy

  • TraceAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
isTruncated: boolean

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

spans: APMTraceSpan[]

The list of spans that compose the trace.

Generated using TypeDoc