Skip to content

Commit

Permalink
Deprecate baggagetrace in favor of baggagecopy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jun 28, 2024
1 parent f04e82e commit fe29067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processors/baggage/baggagetrace/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

// Package baggagetrace implements a baggage span processor.
//
// Deprecated: Use go.opentelemetry.io/contrib/processors/baggagecopy instead.
package baggagetrace // import "go.opentelemetry.io/contrib/processors/baggage/baggagetrace"
1 change: 1 addition & 0 deletions processors/baggage/baggagetrace/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: Use go.opentelemetry.io/contrib/processors/baggagecopy instead.
module go.opentelemetry.io/contrib/processors/baggage/baggagetrace

go 1.21
Expand Down

0 comments on commit fe29067

Please sign in to comment.