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

Hierarchy

  • PrunedTraceAttributes

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 underlying trace was truncated because its size exceeded the maximum that can be retrieved from storage.

sizeBytes: number

The size, in bytes, of the original (non-pruned) trace before summarization.

summarizedTrace: SummarizedTrace

A summarized, hierarchical view of a trace.

Generated using TypeDoc