From 775b1449498f573a59c9c04922e78f32ae05d1bb Mon Sep 17 00:00:00 2001 From: Mike Goldsmith Date: Thu, 25 Apr 2024 16:11:31 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Cijo Thomas --- baggage-processor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/baggage-processor/README.md b/baggage-processor/README.md index 5f809da05..e46a7c917 100644 --- a/baggage-processor/README.md +++ b/baggage-processor/README.md @@ -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.