()
| 383 | }; |
| 384 | |
| 385 | const emitRequestGauges = (): void => { |
| 386 | recordDaemonGaugeMetric('inflight_requests', inFlightRequests); |
| 387 | recordDaemonGaugeMetric('active_sessions', getDaemonActivitySnapshot().activeOperationCount); |
| 388 | }; |
| 389 | |
| 390 | const server = startDaemonServer({ |
| 391 | socketPath, |
no test coverage detected