mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:30:45 +00:00
feat(diagnostics): emit tool execution events
Emit structured diagnostic events for tool execution lifecycle, with trace context, safe parameter summaries, and non-message error metadata.
This commit is contained in:
@@ -812,6 +812,9 @@ export function createDiagnosticsOtelService(): OpenClawPluginService {
|
||||
recordHeartbeat(evt);
|
||||
return;
|
||||
case "tool.loop":
|
||||
case "tool.execution.started":
|
||||
case "tool.execution.completed":
|
||||
case "tool.execution.error":
|
||||
case "diagnostic.memory.sample":
|
||||
case "diagnostic.memory.pressure":
|
||||
case "payload.large":
|
||||
|
||||
Reference in New Issue
Block a user