Skip to content

Commit

Permalink
Address more
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-datadog committed Oct 23, 2024
1 parent 7a0502d commit df15bee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions content/en/tracing/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To learn more, read [Application Instrumentation][26].

Baggage allows you to propagate key-value pairs (also known as baggage items) across service boundaries in a distributed system. Unlike trace context, which focuses on trace identifiers, baggage allows for the transmission of business data and other contextual information alongside traces.

To learn more, read supported [propagation formats][27] for your application's language.
To learn more, read supported [propagation formats][28] for your application's language.

## Further Reading

Expand Down Expand Up @@ -142,4 +142,5 @@ To learn more, read supported [propagation formats][27] for your application's l
[24]: /tracing/trace_collection/automatic_instrumentation/single-step-apm
[25]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/
[26]: /tracing/trace_collection/
[27]: /tracing/trace_collection/trace_context_propagation/#supported-formats
[27]: /tracing/trace_collection/trace_context_propagation
[28]: /tracing/trace_collection/trace_context_propagation/#supported-formats
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Use the following environment variables to configure formats for reading and wri
**Default**: `datadog,tracecontext` <br>
**Note**: With multiple formats, extraction follows the specified order (for example, `datadog,tracecontext` checks Datadog headers first). The first valid context continues the trace; additional valid contexts become span links.


`OTEL_PROPAGATORS`
: Specifies trace context propagation formats for both extraction and injection (comma-separated list). Lowest precedence; ignored if any other Datadog trace context propagation environment variable is set.<br>
**Note**: Only use this configuration when migrating an application from the OpenTelemetry SDK to the Datadog SDK. For more information on this configuration and other OpenTelemetry environment variables, see [Using OpenTelemetry Environment Variables with Datadog SDKs][9].
Expand Down

0 comments on commit df15bee

Please sign in to comment.