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

    Interface ResourceLogs

    A collection of ScopeLogs from a Resource

    interface ResourceLogs {
        resource: Resource;
        schemaUrl?: string;
        scopeLogs: ScopeLogs[];
    }
    Index

    Properties

    resource: Resource

    The resource for the logs in this message

    schemaUrl?: string

    The Schema URL, if known

    scopeLogs: ScopeLogs[]

    A list of ScopeLogs that originate from a resource