Interface: TelemetryConfig
Interface: TelemetryConfig
OpenTelemetry configuration for AppKit applications
Properties
exportIntervalMs?
optional exportIntervalMs: number;headers?
optional headers: Record<string, string>;instrumentations?
optional instrumentations: Instrumentation<InstrumentationConfig>[];serviceName?
optional serviceName: string;serviceVersion?
optional serviceVersion: string;