feat: tool call duration metric (#9364)

This commit is contained in:
jif-oai 2026-01-16 18:33:14 +01:00 committed by GitHub
parent ebdd8795e9
commit e650d4b02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -446,6 +446,11 @@ impl OtelManager {
1,
&[("tool", tool_name), ("success", success_str)],
);
self.record_duration(
"codex.tool.call.duration_ms",
duration,
&[("tool", tool_name), ("success", success_str)],
);
tracing::event!(
tracing::Level::INFO,
event.name = "codex.tool_result",