File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
32
32
If you would like to become a Code Owner of this module and prevent it from being removed, see [ #5552 ] . (#5646 )
33
33
- The ` go.opentelemetry.io/contrib/propagators/aws ` package is deprecated.
34
34
If you would like to become a Code Owner of this module and prevent it from being removed, see [ #5553 ] . (#5647 )
35
+ - The ` go.opentelemetry.io/contrib/samplers/aws/xray ` package is deprecated.
36
+ If you would like to become a Code Owner of this module and prevent it from being removed, see [ #5554 ] . (#5647 )
35
37
36
38
[ #5542 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5542
37
39
[ #5543 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5543
@@ -44,6 +46,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44
46
[ #5551 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5551
45
47
[ #5552 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5552
46
48
[ #5553 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5553
49
+ [ #5554 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5554
47
50
48
51
## [ 1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-21
49
52
Original file line number Diff line number Diff line change
1
+ // Deprecated: xray has no Code Owner.
1
2
module go.opentelemetry.io/contrib/samplers/aws/xray
2
3
3
4
go 1.21
Original file line number Diff line number Diff line change 1
1
// Copyright The OpenTelemetry Authors
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
+ // Package xray provide an OpenTelemetry sampler for the AWS XRAY platform.
5
+ //
6
+ // Deprecated: xray has no Code Owner.
7
+ // After August 21, 2024, it may no longer be supported and may stop
8
+ // receiving new releases unless a new Code Owner is found. See
9
+ // [this issue] if you would like to become the Code Owner of this module.
10
+ //
11
+ // [this issue]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5554
4
12
package xray // import "go.opentelemetry.io/contrib/samplers/aws/xray"
5
13
6
14
import (
You can’t perform that action at this time.
0 commit comments