n8n
Version:
n8n Workflow Automation Tool
13 lines (12 loc) • 354 B
TypeScript
export declare class OtelConfig {
enabled: boolean;
exporterEndpoint: string;
exporterTracingPath: string;
exporterHeaders: string;
exporterServiceName: string;
tracesSampleRate: number;
startupConnectivityTimeoutMs: number;
includeNodeSpans: boolean;
injectOutbound: boolean;
productionExecutionsOnly: boolean;
}