core-agent-ide/codex-rs/otel/tests/suite/mod.rs
jif-oai 634650dd25
feat: metrics capabilities (#8318)
Add metrics capabilities to Codex. The `README.md` is up to date.

This will not be merged with the metrics before this PR of course:
https://github.com/openai/codex/pull/8350
2026-01-08 11:47:36 +00:00

5 lines
83 B
Rust

mod manager_metrics;
mod otlp_http_loopback;
mod send;
mod timing;
mod validation;