@microsoft/opentelemetry
    Preparing search index...

    Interface A365SpanDetails

    Span configuration details for scope creation.

    interface A365SpanDetails {
        endTime?: TimeInput;
        parentContext?: ParentContext;
        spanKind?: SpanKind;
        spanLinks?: Link[];
        startTime?: TimeInput;
    }
    Index
    endTime?: TimeInput

    Explicit end time for the span.

    parentContext?: ParentContext

    Parent context the span should be created under.

    spanKind?: SpanKind

    Kind of span to create (e.g. client, server).

    spanLinks?: Link[]

    Links to other spans related to this span.

    startTime?: TimeInput

    Explicit start time for the span.