honeycombio / honeycomb-opentelemetry-go

Honeycomb's OpenTelemetry Go SDK distribution
Apache License 2.0
21 stars 7 forks source link

fix: NewBaggageSpanProcessor replaced by go.opentelemetry.io/contrib/processors/baggage/baggagetrace.New #204

Closed codeboten closed 3 months ago

codeboten commented 4 months ago

Which problem is this PR solving?

Improve community support for the baggage span processor.

Short description of the changes

The baggage span processor is being upstreamed to the OpenTelemetry project, marking the one in this repository as deprecated.

How to verify that this has the expected result

Unit tests are still in place