[web] add metrics for mongo access in split test system (#32920)

GitOrigin-RevId: cd93401bace60c003a63914e2898cf1f0defdabc
This commit is contained in:
Jakob Ackermann
2026-04-20 10:22:36 +02:00
committed by Copybot
parent ad79c85cea
commit 4ce5620b1d
11 changed files with 74 additions and 18 deletions

View File

@@ -75,4 +75,4 @@ class RequestLogger {
}
}
module.exports = { monitor, RequestLogger }
module.exports = { monitor, RequestLogger, getRoutePath }