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
..
2026-03-06 01:50:26 -08:00
2025-09-10 12:13:53 -07:00
2026-03-06 11:08:36 -08:00
2026-03-06 16:23:30 -08:00
2026-02-22 14:26:58 +00:00
2026-01-28 12:00:32 -08:00
2026-03-02 23:13:29 -08:00
2026-01-19 23:49:34 -08:00
2026-03-04 12:03:34 -08:00
2026-03-05 00:00:16 -08:00
2026-02-26 09:31:13 -08:00
2026-02-26 11:34:14 -08:00
2026-02-03 15:01:51 -08:00
2026-02-20 23:45:35 -08:00
2026-02-20 23:45:35 -08:00
2025-08-20 17:11:09 +00:00
2026-03-02 20:29:33 -08:00
2026-03-06 16:23:30 -08:00
2025-09-27 13:25:09 -07:00
2026-02-27 18:22:48 +00:00
2026-03-06 16:23:30 -08:00
2026-02-11 12:59:24 +00:00
2026-01-18 23:02:02 -08:00
2026-02-24 14:17:01 -08:00
2026-02-04 23:03:28 -08:00
2025-09-26 16:35:56 -07:00
2026-02-23 09:11:05 -08:00
2026-02-17 14:48:12 -08:00
2026-03-05 22:03:16 -08:00
2026-02-27 16:44:56 -07:00
2026-02-20 23:45:35 -08:00
2025-12-22 15:12:23 -08:00
2026-02-12 10:49:44 -08:00
2025-09-15 00:42:53 -07:00
2026-03-06 10:23:48 -08:00
2026-02-21 22:06:56 -08:00
2025-12-09 10:23:11 -08:00
2026-03-05 22:29:34 -08:00
2026-02-23 11:45:46 -08:00
2026-02-24 17:44:38 -08:00
2026-02-26 10:29:54 +00:00
2026-02-26 10:29:54 +00:00
2025-10-20 21:08:19 +00:00
2025-10-20 21:08:19 +00:00
2026-03-06 11:08:36 -08:00
2026-02-21 15:31:41 -08:00
2026-03-02 12:16:49 +01:00
2026-02-03 11:31:57 +00:00
2026-02-21 15:31:41 -08:00
2026-03-05 18:23:44 -08:00
2025-12-18 10:59:53 -08:00
2026-02-21 22:06:56 -08:00
2025-10-08 20:23:13 +00:00
2026-02-11 12:59:24 +00:00
2026-03-05 04:23:20 +00:00
2026-02-23 21:04:24 +00:00
2026-01-30 12:39:15 -08:00
2026-02-24 11:55:01 -08:00
2025-12-17 16:19:27 +00:00
2026-02-05 08:50:21 -08:00
2026-03-05 10:41:58 -08:00
2026-03-04 20:06:44 -08:00
2026-02-21 22:06:56 -08:00
2025-09-30 00:10:04 +00:00
2026-01-26 16:21:09 -08:00
2025-11-10 09:05:00 -08:00
2026-02-05 15:12:27 -08:00
2025-09-05 16:27:31 -07:00
2026-02-27 18:22:48 +00:00
2026-02-23 20:14:50 +00:00