UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

12 lines (11 loc) 315 B
export declare class OtelConfig { enabled: boolean; exporterEndpoint: string; exporterTracingPath: string; exporterHeaders: string; exporterServiceName: string; tracesSampleRate: number; startupConnectivityTimeoutMs: number; includeNodeSpans: boolean; injectOutbound: boolean; }