From 6504412db8dcc506665a5c6bdd5a7e5d0e128694 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 22 May 2024 11:01:57 -0700 Subject: [PATCH] Deprecate the AWS XRAY sampler --- CHANGELOG.md | 3 +++ samplers/aws/xray/go.mod | 1 + samplers/aws/xray/remote_sampler.go | 8 ++++++++ 3 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c312c5eb50..fc5bd33e644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/samplers/aws/xray` package is deprecated. + If you would like to become a Code Owner of this module and prevent it from being removed, see [#5554]. (#5647) [#5551]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5551 +[#5554]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5554 ## [1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21 diff --git a/samplers/aws/xray/go.mod b/samplers/aws/xray/go.mod index 871c21cf296..faf0e8312ea 100644 --- a/samplers/aws/xray/go.mod +++ b/samplers/aws/xray/go.mod @@ -1,3 +1,4 @@ +// Deprecated: xray has no Code Owner. module go.opentelemetry.io/contrib/samplers/aws/xray go 1.21 diff --git a/samplers/aws/xray/remote_sampler.go b/samplers/aws/xray/remote_sampler.go index 40e5db1d457..e3c277a5303 100644 --- a/samplers/aws/xray/remote_sampler.go +++ b/samplers/aws/xray/remote_sampler.go @@ -1,6 +1,14 @@ // Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 +// Package xray provide an OpenTelemetry sampler for the AWS XRAY platform. +// +// Deprecated: xray 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/5554 package xray // import "go.opentelemetry.io/contrib/samplers/aws/xray" import (