File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
55attributes on start, respectively emit.
66
77Add 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
5555processors through configuration.
5656
5757| Property | Description |
You can’t perform that action at this time.
0 commit comments