Skip to content

SMOODEV-2024: W3C traceparent propagation in the Rust SDK#60

Merged
brentrager merged 1 commit into
mainfrom
SMOODEV-2024-rust-traceparent
Jun 21, 2026
Merged

SMOODEV-2024: W3C traceparent propagation in the Rust SDK#60
brentrager merged 1 commit into
mainfrom
SMOODEV-2024-rust-traceparent

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

Links distributed traces across services: installs the global W3C TraceContext propagator in setup; the reqwest middleware injects traceparent into outbound request headers; the tower layer extracts incoming traceparent so the server span continues the upstream trace instead of starting a new root. Behind the existing tower/reqwest-middleware features. fmt + clippy(--all-features,-D warnings) + test(--all-features) green; no-feature build clean. Completes end-to-end distributed tracing for the rustified stack (api-prime→voice→temporal-worker). Part of SMOODEV-2024 / epic 1981.

🤖 Generated with Claude Code

…bound, extract inbound)

Install the global TraceContext propagator in setup; the reqwest middleware
injects traceparent into outbound headers; the tower layer extracts incoming
traceparent so server spans continue the upstream trace. Links distributed
traces across the rustified services. fmt+clippy(--all-features)+test green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jun 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: eb76317

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@brentrager brentrager merged commit 81d5d85 into main Jun 21, 2026
6 checks passed
@brentrager brentrager deleted the SMOODEV-2024-rust-traceparent branch June 21, 2026 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant