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

    Interface ResourceSpans

    A collection of ScopeSpans from a Resource.

    interface ResourceSpans {
        resource: Resource;
        schemaUrl?: string;
        scopeSpans: ScopeSpans[];
    }
    Index

    Properties

    resource: Resource

    The resource for the spans in this message. If this field is not set then no resource info is known.

    schemaUrl?: string

    The Schema URL, if known. This is the identifier of the Schema that the resource data is recorded in. This schema_url applies to the data in the "resource" field. It does not apply to the data in the "scope_spans" field which have their own schema_url field.

    scopeSpans: ScopeSpans[]

    A list of ScopeSpans that originate from a resource.