feat(core): Add workflow name label to workflow metrics (#16837)

Co-authored-by: Marc Littlemore <marc@n8n.io>
This commit is contained in:
Israel Shenkar
2025-07-08 11:11:03 +03:00
committed by GitHub
parent 4ca9826d7e
commit 0cc54ecf6d
7 changed files with 393 additions and 52 deletions

View File

@@ -31,6 +31,7 @@ globalConfig.endpoints.metrics = {
includeCredentialTypeLabel: false,
includeNodeTypeLabel: false,
includeWorkflowIdLabel: false,
includeWorkflowNameLabel: false,
includeApiPathLabel: true,
includeApiMethodLabel: true,
includeApiStatusCodeLabel: true,