Object description of a spans after being processed and stored by Datadog.

Hierarchy

  • Span

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
attributes?: SpansAttributes

JSON object containing all span attributes and their associated values.

id?: string

Unique ID of the Span.

type?: SpansType

Type of the span.

Generated using TypeDoc