Skip to content

Commit ac9a413

Browse files
committed
update
1 parent 83597b7 commit ac9a413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ baggage: key1=value1
3939

4040
In .NET with OpenTelemetry, do not use `Activity.Baggage` to read or modify baggage. Instead, use `Baggage.Current` from the `OpenTelemetry.Api` package.
4141

42-
This ensures that baggage context is managed consistently with the OpenTelemetry specifications.
42+
This ensures that `baggage context` is managed consistently with the OpenTelemetry specifications.
4343

4444
> Tmportant: This header values are transferred in plaintext. Avoid placing sensitive or personally identifiable information in baggage context.
4545

0 commit comments

Comments
 (0)