Skip to content

Commit

Permalink
Remove baggagetrace (#5853)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Jul 8, 2024
1 parent fd478a6 commit ca8cb96
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 169 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068, #3108)
- Support for stdoutlog exporter in `go.opentelemetry.io/contrib/config`. (#5850)

### Removed

- The deprecated `go.opentelemetry.io/contrib/processors/baggagecopy` package is removed. (#5853)

## [1.28.0/0.53.0/0.22.0/0.8.0/0.3.0/0.1.0] - 2024-07-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ instrumentation/net/http/httptrace/otelhttptrace/ @open-te
instrumentation/net/http/otelhttp/ @open-telemetry/go-approvers @dmathieu
instrumentation/runtime/ @open-telemetry/go-approvers @MadVikingGod

processors/baggage/baggagetrace @open-telemetry/go-approvers @codeboten @MikeGoldsmith
processors/baggagecopy @open-telemetry/go-approvers @codeboten @MikeGoldsmith
processors/minsev @open-telemetry/go-approvers @MrAlias

propagators/autoprop/ @open-telemetry/go-approvers @MrAlias
Expand Down
7 changes: 0 additions & 7 deletions processors/baggage/baggagetrace/doc.go

This file was deleted.

25 changes: 0 additions & 25 deletions processors/baggage/baggagetrace/go.mod

This file was deleted.

29 changes: 0 additions & 29 deletions processors/baggage/baggagetrace/go.sum

This file was deleted.

44 changes: 0 additions & 44 deletions processors/baggage/baggagetrace/processor.go

This file was deleted.

62 changes: 0 additions & 62 deletions processors/baggage/baggagetrace/processor_test.go

This file was deleted.

1 change: 0 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ module-sets:
experimental-processors:
version: v0.1.0
modules:
- go.opentelemetry.io/contrib/processors/baggage/baggagetrace
- go.opentelemetry.io/contrib/processors/baggagecopy
- go.opentelemetry.io/contrib/processors/minsev
experimental-detectors:
Expand Down

0 comments on commit ca8cb96

Please sign in to comment.