2 pointsby mj954 hours ago1 comment
  • mj954 hours ago
    Hi HN

    I built n8n-trace, an observability dashboard for n8n workflows.

    While working with n8n in team environments I noticed a common issue: teams want visibility into workflow activity and performance, but giving them direct access to n8n can expose payload data, secrets, or internal workflow logic.

    The goal of n8n-trace is to provide workflow performance insights without exposing workflow data.

    You can think of it as a Grafana-like observability layer for n8n workflows.

    Main features:

    - Workflow execution analytics (success/failure rates and duration trends) - Instance health monitoring - Metrics explorer - Multi-instance support - Role-based access control - Audit logging

    Project: https://github.com/Mohammedaljer/n8nTrace

    Would love feedback from the community.

    Also curious — how are people currently monitoring their n8n instances and workflow performance?