evalution
    Preparing search index...

    Interface TraceWithSpans

    A trace together with all of its spans.

    interface TraceWithSpans {
        spans: Span[];
        trace: Trace;
    }
    Index

    Properties

    Properties

    spans: Span[]
    trace: Trace