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): use child spans for phase timing instead of manual measurement
Replace performance.now() markers and setPhaseTimingAttributes with
cli.command.exec and cli.command.render child spans. Span durations
are the idiomatic way to measure phases — they appear in the trace
waterfall and don't require custom attributes.
Updated the 'Command Phase Breakdown' dashboard widget to query
span.duration grouped by span.op instead of custom phase.* attributes.
0 commit comments