MCPcopy Index your code
hub / github.com/simstudioai/sim / recordQueueWaitExceeded

Function recordQueueWaitExceeded

apps/sim/lib/monitoring/metrics.ts:185–190  ·  view source on GitHub ↗
(labels: { provider: string; reason: QueueReason })

Source from the content-addressed store, hash-verified

183 })
184 },
185 recordQueueWaitExceeded(labels: { provider: string; reason: QueueReason }) {
186 enqueue('QueueWaitExceeded', 1, StandardUnit.Count, {
187 Provider: labels.provider,
188 Reason: labels.reason,
189 })
190 },
191 recordUnknownModelCost(labels: { tool: string }) {
192 enqueue('UnknownModelCost', 1, StandardUnit.Count, { Tool: labels.tool })
193 },

Callers

nothing calls this directly

Calls 1

enqueueFunction · 0.70

Tested by

no test coverage detected