mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
emit a separate metric when the user cancels UAT during elevated setup (#10399)
Currently this shows up as elevated setup failure, which isn't quite accurate.
This commit is contained in:
@@ -1700,7 +1700,9 @@ impl App {
|
||||
tags.push(("message", message));
|
||||
}
|
||||
otel_manager.counter(
|
||||
"codex.windows_sandbox.elevated_setup_failure",
|
||||
codex_core::windows_sandbox::elevated_setup_failure_metric_name(
|
||||
&err,
|
||||
),
|
||||
1,
|
||||
&tags,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user