Home / Companies / n8n / Blog / Post Details
Content Deep Dive

Trace n8n workflow and node executions with OpenTelemetry

Blog post from n8n

Post Details
Company
n8n
Date Published
Author
Paul Gordon, n8n
Word Count
960
Language
English
Hacker News Points
-
Summary

n8n has integrated native OpenTelemetry support, enabling detailed tracing of workflow executions within existing observability stacks, thereby eliminating the need for additional maintenance or vendor lock-in. By aligning with the OTLP standard, n8n can connect to various OTLP-compatible collectors or backends like Jaeger, Tempo, Datadog, and others, allowing teams to monitor workflow performance in real-time. This integration transforms workflows into traceable production systems, providing insights into execution paths and identifying slow or failing steps through root and optional child spans. It facilitates seamless distributed tracing, helping engineers quickly diagnose issues without manual log analysis, and offers coherent tracing across multiple workers in queue mode. The release emphasizes trace context propagation, enabling continuous view maintenance and enhancing debugging convenience into a critical resource for SRE teams. Future developments focus on deeper agent traces, application tracing, and operational metrics, ensuring all production-level signals are emitted via open standards for versatile backend integration.