Skip to content

Commit 98a2a2c

Browse files
committed
update
1 parent c7408fc commit 98a2a2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2024-12-27-trace-baggage-context-propagation-open-telementry.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ The `baggage` header holds additional context in the form of `key=value` pairs.
3636
baggage: key1=value1
3737
```
3838

39-
40-
In .NET with OpenTelemetry, do not use `Activity.Baggage` to read or modify baggage. Instead, use `Baggage.Current` from the `OpenTelemetry.Api` package.
39+
Do not use `Activity.Baggage` to read or modify baggage. Instead, use `Baggage.Current` from the `OpenTelemetry.Api` package.
4140

4241
This ensures that `baggage context` is managed consistently with the OpenTelemetry specifications.
4342

0 commit comments

Comments
 (0)