File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
12
12
13
13
- The ` go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo ` package is deprecated.
14
14
If you would like to become a Code Owner of this module and prevent it from being removed, see [ #5551 ] . (#5598 )
15
+ - The ` go.opentelemetry.io/contrib/detectors/aws/ec2 ` package is deprecated.
16
+ If you would like to become a Code Owner of this module and prevent it from being removed, see [ #5542 ] . (#5636 )
15
17
18
+ [ #5542 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5542
16
19
[ #5551 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5551
17
20
18
21
## [ 1.27.0/0.52.0/0.21.0/0.7.0/0.2.0] - 2024-05-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 ec2 provide an OpenTelemetry resource detector for AWS EC2
5
+ // instances.
6
+ //
7
+ // Deprecated: ec2 has no Code Owner.
8
+ // After August 21, 2024, it may no longer be supported and may stop
9
+ // receiving new releases unless a new Code Owner is found. See
10
+ // [this issue] if you would like to become the Code Owner of this module.
11
+ //
12
+ // [this issue]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5542
4
13
package ec2 // import "go.opentelemetry.io/contrib/detectors/aws/ec2"
5
14
6
15
import (
Original file line number Diff line number Diff line change
1
+ // Deprecated: ec2 has no Code Owner.
1
2
module go.opentelemetry.io/contrib/detectors/aws/ec2
2
3
3
4
go 1.21
You can’t perform that action at this time.
0 commit comments