Skip to content

Commit 83597b7

Browse files
committed
update
1 parent da4c805 commit 83597b7

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
@@ -11,7 +11,7 @@ The W3C provides standards for propagation:
1111
* [Trace Context](https://www.w3.org/TR/trace-context/)
1212
* [Baggage Context](https://www.w3.org/TR/baggage/)
1313

14-
These contexts are transferred in HTTP headers (or other protocols), typically as traceparent for trace context and baggage for baggage context. Below, we will explore how this works in .NET with OpenTelemetry.
14+
These contexts are transferred in HTTP headers (or other protocols), typically as `traceparent` for `trace context` and `baggage` for `baggage context`. Below, we will explore how this works in .NET with OpenTelemetry.
1515

1616
## TraceContext
1717

0 commit comments

Comments
 (0)