docs(tracing): document B3 propagation support in the Rust SDK#37569
Draft
duncanista wants to merge 1 commit into
Draft
docs(tracing): document B3 propagation support in the Rust SDK#37569duncanista wants to merge 1 commit into
duncanista wants to merge 1 commit into
Conversation
Adds B3 Single (`b3`) and B3 Multi (`b3multi`) as supported propagation formats in the Rust tab of the trace context propagation page. Updates the introductory paragraph and the env-var example to reflect that the Rust SDK now supports the same four propagation formats the other Datadog tracers do. Depends on the `datadog-opentelemetry` crate landing B3 support (DataDog/dd-trace-rs#253, #254, #255, #256).
Contributor
Preview links (active after the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Adds B3 Single (
b3) and B3 Multi (b3multi) as supported propagation formats in the Rust tab oftrace_context_propagation/_index.md. The Rust SDK gains B3 support in the upcomingdatadog-opentelemetryrelease, matching the format coverage of the other Datadog tracers.Specifically:
b3,b3multi).DD_TRACE_PROPAGATION_STYLEexample to reflect the four supported formats.[3]/[4]link references inside the Rust tab so the table links resolve.Merge readiness
This depends on the B3 propagator changes landing in
DataDog/dd-trace-rsfirst:Please hold this PR until those merge and a release that includes them ships.
For Datadog employees:
AI assistance
AI-assisted, manually reviewed.
Additional notes
The note "
baggageis not supported in Rust" earlier in the document is unchanged and remains accurate; this PR only adds B3.