Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <[email protected]>
  • Loading branch information
MikeGoldsmith and cijothomas authored Apr 25, 2024
1 parent 1c3e4ea commit 775b144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baggage-processor/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenTelemetry Baggage Span Processor

The BaggageActivityProcessor reads entries stored in Baggage from the parent context
and adds the baggage keys and values to the `Activity` as tags(attributes) on start.
The BaggageSpanProcessor reads entries stored in Baggage from the parent context
and adds the baggage keys and values to the `Span` as attributes on start.

Add this activity processor to a tracer provider.

Expand Down

0 comments on commit 775b144

Please sign in to comment.