interface EventLoggerOptions {
    schemaUrl?: string;
    scopeAttributes?: Attributes;
}

Properties

schemaUrl?: string

The schemaUrl of the tracer or instrumentation library

''
scopeAttributes?: Attributes

The instrumentation scope attributes to associate with emitted telemetry