summary refs log tree commit diff
path: root/src/util/monitoring/Monitoring.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up import in Monitoring, close webrtc connection on IPC failure, add ↵Rory&2026-06-051-1/+1
| | | | LOG_API_ERRORS env var
* HTTP: reblanace buckets to prefer smaller response timesRory&2026-05-291-1/+1
|
* monitoring: add helper to register a metric without duplicatingRory&2026-05-281-3/+11
|
* monitoring: ignore OPTIONS requests that dont have a route handlerRory&2026-05-281-6/+8
|
* Monitoring: tag HTTP response rate histogram by route rather than request urlRory&2026-05-281-4/+35
|
* */Server.ts: Handle metrics requestsRory&2026-05-281-0/+6
|
* */Server.ts: Add monitoring init hookRory&2026-05-281-0/+38