mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:30:45 +00:00
feat(diagnostics): emit model call events
Emit structured diagnostic events for embedded run and model-call lifecycle with trace context, duration, and safe error categories.
This commit is contained in:
@@ -815,6 +815,11 @@ export function createDiagnosticsOtelService(): OpenClawPluginService {
|
||||
case "tool.execution.started":
|
||||
case "tool.execution.completed":
|
||||
case "tool.execution.error":
|
||||
case "run.started":
|
||||
case "run.completed":
|
||||
case "model.call.started":
|
||||
case "model.call.completed":
|
||||
case "model.call.error":
|
||||
case "diagnostic.memory.sample":
|
||||
case "diagnostic.memory.pressure":
|
||||
case "payload.large":
|
||||
|
||||
Reference in New Issue
Block a user