Skip to content

Commit bffb85f

Browse files
Add docs
1 parent 194a640 commit bffb85f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

baggage-processor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenTelemetry Baggage Span Processor
22

3-
The `BaggageSpanProcessor` and `BaggageLogRecordPRocessor` read entries stored in Baggage from the
4-
parent context and adds the baggage keys and values to the `Span`, respectively `LogRecord`, as
3+
The `BaggageSpanProcessor` and `BaggageLogRecordPRocessor` read entries stored in Baggage from the
4+
parent context and adds the baggage keys and values to the `Span`, respectively `LogRecord`, as
55
attributes on start, respectively emit.
66

77
Add this span and log processors to the tracer and logger providers.
@@ -51,7 +51,7 @@ new BaggageLogRecordProcessor(baggageKey -> pattern.matcher(baggageKey).matches(
5151

5252
## Usage with SDK auto-configuration
5353

54-
If you are using the OpenTelemetry SDK auto-configuration, you can add the span and log baggage
54+
If you are using the OpenTelemetry SDK auto-configuration, you can add the span and log baggage
5555
processors through configuration.
5656

5757
| Property | Description |

0 commit comments

Comments
 (0)