You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(telemetry): fix convention violations from instrumentation audit
- rename command.invoked commandId -> command_id and CliCacheSource
values to snake_case (file_path, not_found)
- lowercase ConnectionState values on connection.state_transitioned;
rename the caller-set result key on connection.reconnect_resolved to
outcome so result stays framework-managed
- thrown aborts mark spans aborted instead of error.type="aborted"
(workspace.open, dev container open, credential store/clear)
- type the diagnostic export format as ExportFormat, wrap
auth.session_lookup in AuthTelemetry, resolve _seconds measurement
suffixes to an OTLP unit
0 commit comments