Skip to content

Commit

Permalink
Revert "Deprecate the AWS EKS detector (#5640)"
Browse files Browse the repository at this point in the history
This reverts commit a31d69e.
  • Loading branch information
MrAlias committed May 23, 2024
1 parent 3f966e6 commit 91b47b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ 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/detectors/aws/eks` package is deprecated.
If you would like to become a Code Owner of this module and prevent it from being removed, see [#5544]. (#5640)
- The `go.opentelemetry.io/contrib/detectors/aws/lambda` package is deprecated.
If you would like to become a Code Owner of this module and prevent it from being removed, see [#5545]. (#5641)

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

Expand Down
9 changes: 0 additions & 9 deletions detectors/aws/eks/detector.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

// Package eks provide an OpenTelemetry resource detector for AWS EKS
// instances.
//
// Deprecated: eks 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/5544
package eks // import "go.opentelemetry.io/contrib/detectors/aws/eks"

import (
Expand Down
1 change: 0 additions & 1 deletion detectors/aws/eks/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Deprecated: eks has no Code Owner.
module go.opentelemetry.io/contrib/detectors/aws/eks

go 1.21
Expand Down

0 comments on commit 91b47b7

Please sign in to comment.