open-telemetry / opentelemetry-java-contrib

https://opentelemetry.io
Apache License 2.0
144 stars 118 forks source link

Request for new component: Baggage Span Processor #1277

Closed MikeGoldsmith closed 1 month ago

MikeGoldsmith commented 2 months ago

Component(s)

processors

Is your feature request related to a problem? Please describe.

The Honeycomb distro currently provides a Span processor that takes items from the baggage and adds those items as attributes onto spans.

Describe the solution you'd like

https://github.com/honeycombio/honeycomb-opentelemetry-java/blob/main/common/src/main/java/io/honeycomb/opentelemetry/sdk/trace/spanprocessors/BaggageSpanProcessor.java

Describe alternatives you've considered

No response

Additional context

No response