summary refs log tree commit diff
path: root/src/util/monitoring/Monitoring.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Evade metric constructors handling registration by defaultRory&2026-06-191-0/+2
* Attach HTTP metrics via dedup helperRory&2026-06-191-13/+17
* Clean up import in Monitoring, close webrtc connection on IPC failure, add LO...Rory&2026-06-051-1/+1
* 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