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

Properties

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

''