log2trace-ui - v1.0.0-RC1
    Preparing search index...

    Interface TraceData

    TracesData represents the traces data that can be stored in persistent storage, OR can be embedded by other protocols that transfer OTLP traces data but do not implement the OTLP protocol.

    interface TraceData {
        resourceSpans: ResourceSpans[];
    }
    Index

    Properties

    Properties

    resourceSpans: ResourceSpans[]

    An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.