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

    Interface InstrumentationScope

    InstrumentationScope represents the instrumentation scope information such as the fully qualified name and version.

    interface InstrumentationScope {
        attributes?: KeyValue[];
        droppedAttributesCount?: number;
        name: string;
        version?: string;
    }
    Index

    Properties

    attributes?: KeyValue[]

    Additional attributes that describe the scope

    droppedAttributesCount?: number

    The number of attributes that were discarded

    name: string

    An empty instrumentation scope name means the name is unknown

    version?: string

    An empty instrumentation scope version means the version is unknown