mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Improve code comments for clarity in Metrics and SyntheticMonitorWorker
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user