feat(core): Add metric for active workflow count (#13420)

This commit is contained in:
Juuso Tapaninen
2025-02-26 14:16:38 +02:00
committed by GitHub
parent f7f5f5e95c
commit 3aa679e4ac
7 changed files with 226 additions and 3 deletions

View File

@@ -173,6 +173,7 @@ describe('GlobalConfig', () => {
includeApiStatusCodeLabel: false,
includeQueueMetrics: false,
queueMetricsInterval: 20,
activeWorkflowCountInterval: 60,
},
additionalNonUIRoutes: '',
disableProductionWebhooksOnMainProcess: false,