core-agent-ide/codex-rs/state
Owen Lin 289ed549cf
chore(otel): rename OtelManager to SessionTelemetry (#13808)
## Summary
This is a purely mechanical refactor of `OtelManager` ->
`SessionTelemetry` to better convey what the struct is doing. No
behavior change.

## Why

`OtelManager` ended up sounding much broader than what this type
actually does. It doesn't manage OTEL globally; it's the session-scoped
telemetry surface for emitting log/trace events and recording metrics
with consistent session metadata (`app_version`, `model`, `slug`,
`originator`, etc.).

`SessionTelemetry` is a more accurate name, and updating the call sites
makes that boundary a lot easier to follow.

## Validation

- `just fmt`
- `cargo test -p codex-otel`
- `cargo test -p codex-core`
2026-03-06 16:23:30 -08:00
..
logs_migrations Move sqlite logs to a dedicated database (#13772) 2026-03-06 10:54:20 -08:00
migrations feat: memories forgetting (#12900) 2026-02-26 13:19:57 +00:00
src chore(otel): rename OtelManager to SessionTelemetry (#13808) 2026-03-06 16:23:30 -08:00
BUILD.bazel fix bazel build (#13787) 2026-03-06 12:12:20 -08:00
Cargo.toml feat: drop sqlx logging (#10398) 2026-02-02 19:26:58 +00:00