OpenTelemetry SDK
    Preparing search index...
    interface ReadableSpan {
        attributes: Attributes;
        droppedAttributesCount: number;
        droppedEventsCount: number;
        droppedLinksCount: number;
        duration: HrTime;
        ended: boolean;
        endTime: HrTime;
        events: TimedEvent[];
        instrumentationScope: core.InstrumentationScope;
        kind: SpanKind;
        links: Link[];
        name: string;
        parentSpanContext?: SpanContext;
        resource: resources.Resource;
        spanContext: () => SpanContext;
        startTime: HrTime;
        status: SpanStatus;
    }
    Index

    Properties

    attributes: Attributes
    droppedAttributesCount: number
    droppedEventsCount: number
    droppedLinksCount: number
    duration: HrTime
    ended: boolean
    endTime: HrTime
    events: TimedEvent[]
    instrumentationScope: core.InstrumentationScope
    kind: SpanKind
    links: Link[]
    name: string
    parentSpanContext?: SpanContext
    spanContext: () => SpanContext
    startTime: HrTime
    status: SpanStatus