[codex] trace pre-sampling skill and persistence latency (#29042)

This commit is contained in:
rphilizaire-openai
2026-06-19 10:13:27 -07:00
committed by GitHub
parent c83618ab20
commit a57b268d61
8 changed files with 49 additions and 0 deletions
+5
View File
@@ -133,6 +133,11 @@ impl LiveThread {
})
}
#[tracing::instrument(
level = "trace",
skip_all,
fields(item_count = items.len())
)]
pub async fn append_items(&self, items: &[RolloutItem]) -> ThreadStoreResult<()> {
let canonical_items = persisted_rollout_items(items);
if items.is_empty() {