Skip to content

Commit

Permalink
Deprecate the AWS propagators
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed May 22, 2024
1 parent 0ee0d83 commit 7b0b1d4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- The `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo` package is deprecated.
If you would like to become a Code Owner of this module and prevent it from being removed, see [#5551]. (#5598)
- The `go.opentelemetry.io/contrib/propagators/aws` package is deprecated.
If you would like to become a Code Owner of this module and prevent it from being removed, see [#5553]. (#5647)

[#5551]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5551
[#5553]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5553

## [1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21

Expand Down
1 change: 1 addition & 0 deletions propagators/aws/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: aws has no Code Owner.
module go.opentelemetry.io/contrib/propagators/aws

go 1.21
Expand Down
2 changes: 2 additions & 0 deletions propagators/aws/xray/README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AWS X-Ray Propagator/IDGenerator

:warning: Deprecated: aws has no Code Owner.

This package contains an AWS X-Ray compatible `TextMapPropagator` and `IDGenerator`.

## `traceIdRatioSampler` and `x-ray IDGenerator` compatibility
Expand Down
8 changes: 8 additions & 0 deletions propagators/aws/xray/propagator.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

// Package xray provide an OpenTelemetry propagator for the AWS XRAY platform.
//
// Deprecated: aws has no Code Owner.
// After August 21, 2024, it may no longer be supported and may stop
// receiving new releases unless a new Code Owner is found. See
// [this issue] if you would like to become the Code Owner of this module.
//
// [this issue]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5553
package xray // import "go.opentelemetry.io/contrib/propagators/aws/xray"

import (
Expand Down

0 comments on commit 7b0b1d4

Please sign in to comment.