MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / emitRequestGauges

Function emitRequestGauges

src/daemon.ts:385–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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,

Callers 1

mainFunction · 0.85

Calls 2

recordDaemonGaugeMetricFunction · 0.90

Tested by

no test coverage detected