Skip to content

Commit e95676a

Browse files
Add languages to Baggage span tags (#30947)
1 parent af9efc5 commit e95676a

File tree

1 file changed

+1
-1
lines changed
  • content/en/tracing/trace_collection/trace_context_propagation

1 file changed

+1
-1
lines changed

content/en/tracing/trace_collection/trace_context_propagation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ When the Datadog SDK is configured with the None format for extraction or inject
652652
By default, Baggage is automatically propagated through a distributed request using OpenTelemetry's [W3C-compatible headers][10]. To disable baggage, set [DD_TRACE_PROPAGATION_STYLE][12] to `datadog,tracecontext`.
653653

654654
#### Adding baggage as span tags
655-
_Available in Python, PHP, and Node.js. For other languages, reach out to [Support][11]_
655+
_Available in Python, PHP, Node.js, Go, .NET, Ruby, and Java. For other languages, reach out to [Support][11]_
656656

657657
By default, `user.id,session.id,account.id` baggage keys are added as span tags. To customize this configuration, see [Context Propagation Configuration][13]. Specified baggage keys are automatically added as span tags `baggage.<key>` (for example, `baggage.user.id`).
658658

0 commit comments

Comments
 (0)