Skip to content

Commit

Permalink
Deprecate otelmongo/test (#5639)
Browse files Browse the repository at this point in the history
Part of #5551

Follow up to a missing change not included in #5598. We want to
deprecate `otelmongo` and `otelmongo/test` at the same time.
  • Loading branch information
MrAlias authored May 23, 2024
1 parent 8b96509 commit 8d6c4f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ Package test validates the otelmongo instrumentation with the default SDK.
This package is in a separate module from the instrumentation it tests to
isolate the dependency of the default SDK and not impose this as a transitive
dependency for users.
Deprecated: otelmongo 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/5551
*/
package test // import "go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test"
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: otelmongo has no Code Owner.
module go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test

go 1.21
Expand Down

0 comments on commit 8d6c4f2

Please sign in to comment.