Skip to content

Monitoring#

The /metrics endpoint provides information about the current status of the instance.

Access the endpoint:

1
<your-instance-url>/metrics

Enable metrics#

The /metrics endpoint is disabled by default. To enable it, configure your n8n instance:

1
N8N_METRICS=true

Refer to Configuration methods for more information on how to configure your instance using environment variables.