Span
Properties
Section titled “Properties”attributes
Section titled “attributes”attributes: Record<string, string | number | boolean>;endTime?
Section titled “endTime?”optional endTime?: number;error?
Section titled “error?”optional error?: Error;events
Section titled “events”events: SpanEvent[];id: string;name: string;parentId?
Section titled “parentId?”optional parentId?: string;startTime
Section titled “startTime”startTime: number;status
Section titled “status”status: "error" | "started" | "ended";