core-agent-ide/codex-rs/otel/src
jif-oai 3878c3dc7c
feat: sqlite 1 (#10004)
Add a `.sqlite` database to be used to store rollout metatdata (and
later logs)
This PR is phase 1:
* Add the database and the required infrastructure
* Add a backfill of the database
* Persist the newly created rollout both in files and in the DB
* When we need to get metadata or a rollout, consider the `JSONL` as the
source of truth but compare the results with the DB and show any errors
2026-01-28 15:29:14 +01:00
..
metrics feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
traces feat: add session source as otel metadata tag (#9720) 2026-01-22 18:46:14 -08:00
config.rs feat: metrics capabilities (#8318) 2026-01-08 11:47:36 +00:00
lib.rs feat: add session source as otel metadata tag (#9720) 2026-01-22 18:46:14 -08:00
otel_provider.rs chore: move otel provider outside of trace module (#8968) 2026-01-09 12:42:54 +00:00
otlp.rs feat: metrics capabilities (#8318) 2026-01-08 11:47:36 +00:00