n8n-observability

Standardize n8n workflow observability with tracing, correlation IDs, and metrics.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/AlexanderVilla47/ADSGuardian --skill n8n-observability
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: n8n-observability
Source: https://github.com/AlexanderVilla47/ADSGuardian/tree/main/.agents/skills/n8n-observability
Command: npx skills add https://github.com/AlexanderVilla47/ADSGuardian --skill n8n-observability

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Habilita la observabilidad y la operabilidad de workflows n8n al proporcionar trazabilidad end-to-end, correlación entre nodos e integraciones y métricas de salud para reducir MTTR y mejorar la confiabilidad.

Core Features & Use Cases

  • Logs estructurados con contexto útil (workflow_name, workflow_id, execution_id, node_name, integration_target, correlation_id).
  • Trazabilidad lógica por ejecución e integración.
  • Métricas base por workflow (execution_success_total, execution_error_total, execution_duration_ms, retry_count_total, external_api_latency_ms, external_api_429_total).
  • Alertas accionables con umbrales y runbooks, para degradaciones sostenidas o errores críticos.

Quick Start

Configure your n8n workflow to propagate a correlation_id end-to-end and enable structured logging, tracing, metrics, and alerts.

Frequently Asked Questions about n8n-observability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add observability and tracing to n8n workflows?▼

To add observability to n8n workflows, you propagate a correlation_id end-to-end and enable structured logging with context like workflow_name, execution_id, and node_name. This provides end-to-end tracing across API, DB, ERP, and messaging integrations to improve reliability.

What metrics should I track for n8n workflow operability?▼

For n8n workflow operability, track execution_success_total, execution_error_total, execution_duration_ms, retry_count_total, external_api_latency_ms, and external_api_429_total. These base metrics enable actionable alerts and reduce mean time to resolution.

How do correlation IDs help debug n8n production workflows?▼

Correlation IDs help debug n8n production workflows by providing logical traceability across executions and integrations. Propagating a correlation_id end-to-end links structured logs across multiple systems like APIs, databases, and ERPs to reduce MTTR during degradations.

Does n8n workflow observability support alerting with runbooks?▼

Yes, n8n workflow observability supports actionable alerting with thresholds and runbooks. These alerts trigger on sustained degradations or critical errors, guiding operators through resolution to maintain production workflow reliability.

Can I monitor external API latency in n8n integrations?▼

Yes, you can monitor external API latency in n8n integrations by capturing the external_api_latency_ms metric. This tracks response times across integrated systems and pairs with external_api_429_total to detect rate limiting issues.