refactor: Improve code comments for clarity in Metrics and SyntheticMonitorWorker

This commit is contained in:
Nawaz Dhandala
2026-03-01 13:25:35 +00:00
parent 7b6f3eeb3f
commit 9512487b73
2 changed files with 11 additions and 8 deletions

View File

@@ -84,9 +84,11 @@ router.get(
}
}
// Include synthetic monitor semaphore pressure: monitors queued
// waiting for a browser slot indicate the probe is at capacity and
// Kubernetes should scale up more probe replicas.
/*
* Include synthetic monitor semaphore pressure: monitors queued
* waiting for a browser slot indicate the probe is at capacity and
* Kubernetes should scale up more probe replicas.
*/
const semaphoreStatus: {
running: number;
queued: number;