feat: seed root session ID for stable telemetry headers#54
feat: seed root session ID for stable telemetry headers#54khanayan123 wants to merge 3 commits intomainfrom
Conversation
Set root_session_id from the RuntimeID generated in register_hooks (master process) so all forked worker Tracers share the same root. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🎯 Code Coverage (details) 🔗 Commit SHA: 597043b | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
The expected merge time in
Tests failed on this commit 9f211e9: What to do next?
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Tests failed on this commit 54a5a8d: What to do next?
|
Summary
Seed
root_session_idfrom the master-generatedRuntimeIDso all forked workers share the same root session ID for telemetry correlation.Related