OpenTelemetry SDK
    Preparing search index...

    Interface LoggerOptions

    interface LoggerOptions {
        attributes?: AnyValueMap;
        schemaUrl?: string;
    }
    Index
    attributes?: AnyValueMap

    The instrumentation scope attributes to associate with emitted telemetry. These attributes also participate in logger identity.

    schemaUrl?: string

    The schemaUrl of the tracer or instrumentation library

    ''