mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
docs: Update queue metrics on multi-main setup (#3434)
Co-authored-by: Justin Ellingwood <justin@n8n.io>
This commit is contained in:
parent
4d2f8a756c
commit
d7dfe78ebd
@ -23,7 +23,7 @@ Both `main` and `worker` instances are able to expose metrics.
|
||||
|
||||
To enable queue metrics, set the `N8N_METRICS_INCLUDE_QUEUE_METRICS` env var to `true`. You can adjust the refresh rate with `N8N_METRICS_QUEUE_METRICS_INTERVAL`.
|
||||
|
||||
Queue metrics are only available for the `main` instance in single-main mode.
|
||||
n8n gathers these metrics from Bull and exposes them on the main instances. On multi-main setups, when aggregating queries, you can identify the leader using the `instance_role_leader` gauge, set to `1` for the leader main and `0` otherwise.
|
||||
|
||||
```
|
||||
# HELP n8n_scaling_mode_queue_jobs_active Current number of jobs being processed across all workers in scaling mode.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user