fix(monitoring): correct n8n event loop lag metric name to match prefix
This commit is contained in:
parent
05e79a5098
commit
768f7c83f7
|
|
@ -161,7 +161,7 @@ extraManifests:
|
|||
summary: "n8n pod is restarting frequently"
|
||||
description: "n8n has restarted in the last 15 minutes. This might indicate liveness probe failures due to database issues or memory limit exhaustion."
|
||||
- alert: n8nNodeEventLoopLag
|
||||
expr: nodejs_eventloop_lag_seconds{job="mop-n8n"} > 1
|
||||
expr: n8n_nodejs_eventloop_lag_seconds{job="mop-n8n"} > 1
|
||||
for: 5m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
|
|||
Loading…
Reference in New Issue