Skip to content

Commit da4c805

Browse files
committed
update
1 parent f41442f commit da4c805

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
@@ -96,7 +96,7 @@ If you want to see how this works under the hood, check out the OpenTelemetry .N
9696

9797
## Manual Propagation
9898

99-
For protocols not natively instrumented (e.g., messaging systems or databases), you'll need to manually propagate the context by calling the `Inject` and `Extract` methods on the `Propagators.DefaultTextMapPropagator`.
99+
For protocols not natively instrumented (messaging systems, outbox, etc), you'll need to manually propagate the context by calling the `Inject` and `Extract` methods on the `Propagators.DefaultTextMapPropagator`.
100100

101101

102102
```csharp

0 commit comments

Comments
 (0)