-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pick up trace context from run labels #16346
Conversation
CodSpeed Performance ReportMerging #16346 will not alter performanceComparing Summary
|
LGTM!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! just a couple nits related to #16292 as well as the type completeness check
cd857aa
to
672d8f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
Co-authored-by: nate nowack <[email protected]>
This updates the RunTelemetry class to pull the traceparent from the runs labels. A traceparent can be added to these labels by server-side code. For instance if a run is Late when we transition to Late the server will start a span and store the traceparent in the flow run's labels. This way when the flow run is later picked up by a worker this "Late" span becomes the root span for the trace.
Related to CLOUD-732