mirror of
https://github.com/openai/codex.git
synced 2026-05-03 02:46:39 +00:00
codex: satisfy telemetry argument comment lint
Add the required argument-name comment to the stalled auto-compaction telemetry counter increment. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -5846,7 +5846,7 @@ pub(crate) async fn run_turn(
|
||||
if mid_turn_auto_compaction_attempts > MAX_MID_TURN_AUTO_COMPACTION_ATTEMPTS {
|
||||
sess.services.session_telemetry.counter(
|
||||
"codex.auto_compaction.stalled",
|
||||
1,
|
||||
/*inc*/ 1,
|
||||
&[("phase", "mid_turn")],
|
||||
);
|
||||
error!(
|
||||
|
||||
Reference in New Issue
Block a user