Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ recordUnknownModelCost
Function
recordUnknownModelCost
apps/sim/lib/monitoring/metrics.ts:191–193 ·
view source on GitHub ↗
(labels: { tool: string })
Source
from the content-addressed store, hash-verified
189
})
190
},
191
recordUnknownModelCost(labels: { tool: string }) {
192
enqueue(
'UnknownModelCost'
, 1, StandardUnit.Count, { Tool: labels.tool })
193
},
194
}
Callers
nothing calls this directly
Calls
1
enqueue
Function · 0.70
Tested by
no test coverage detected