fix(core): Fix Message Event Bus Metrics not counting up for labeled metrics (#11396)

This commit is contained in:
Danny Martini
2024-10-25 10:24:39 +02:00
committed by GitHub
parent 8cbe94708e
commit 7fc3b25d21
3 changed files with 113 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ module.exports = {
],
coveragePathIgnorePatterns: ['/src/databases/migrations/'],
testTimeout: 10_000,
prettierPath: null,
};