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
feat(trace): add --span-id and --parent-id to trace span
Let callers assign an explicit span ID and nest a custom span under another
custom span, instead of every span being flat under the job. --span-id
defaults to a generated ID when omitted; --parent-id references another
span's ID and attaches to the job/step as before when omitted. Both are
validated as hexadecimal.
This makes it possible to assemble arbitrary span trees (e.g. from an
OpenTelemetry dump) via repeated `trace span` calls.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
0 commit comments