fix(monitoring): correct n8n event loop lag metric name to match prefix

This commit is contained in:
Moritz Graf 2026-07-03 07:22:24 +02:00
parent 05e79a5098
commit 768f7c83f7
1 changed files with 1 additions and 1 deletions

View File

@ -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