mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
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
6 lines
83 B
Rust
6 lines
83 B
Rust
mod manager_metrics;
|
|
mod otlp_http_loopback;
|
|
mod send;
|
|
mod timing;
|
|
mod validation;
|