core-agent-ide/codex-rs/codex-api/src
Owen Lin 014e19510d
feat(app-server, core): add more spans (#14479)
## Description

This PR expands tracing coverage across app-server thread startup, core
session initialization, and the Responses transport layer. It also gives
core dispatch spans stable operation-specific names so traces are easier
to follow than the old generic `submission_dispatch` spans.

Also use `fmt::Display` for types that we serialize in traces so we send
strings instead of rust types
2026-03-13 13:16:33 -07:00
..
endpoint feat(app-server, core): add more spans (#14479) 2026-03-13 13:16:33 -07:00
requests feat: search_tool migrate to bring you own tool of Responses API (#14274) 2026-03-11 17:51:51 -07:00
sse feat: search_tool migrate to bring you own tool of Responses API (#14274) 2026-03-11 17:51:51 -07:00
auth.rs feat: clean codex-api part 1 (#10501) 2026-02-03 14:08:09 +00:00
common.rs Reapply "Pass more params to compaction" (#14298) (#14521) 2026-03-12 23:27:21 +00:00
error.rs change model cap to server overload (#11388) 2026-02-11 17:16:27 -08:00
lib.rs Add realtime transcription mode for websocket sessions (#14556) 2026-03-12 23:50:30 -07:00
provider.rs feat: drop wire_api from clients (#10498) 2026-02-03 12:43:09 +00:00
rate_limits.rs feat: support multiple rate limits (#11260) 2026-02-10 20:09:31 -08:00
telemetry.rs Add websocket telemetry metrics and labels (#10316) 2026-01-31 19:16:44 -08:00