mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Added "codex." prefix to "conversation.turn.count" metric name (#9594)
All other metrics names start with "codex.", so I presume this was an unintended omission.
This commit is contained in:
@@ -2576,7 +2576,7 @@ mod handlers {
|
||||
.filter(|item| is_user_turn_boundary(item))
|
||||
.count();
|
||||
sess.services.otel_manager.counter(
|
||||
"conversation.turn.count",
|
||||
"codex.conversation.turn.count",
|
||||
i64::try_from(turn_count).unwrap_or(0),
|
||||
&[],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user