From 11cf0df7388a8f9112a044b54f877636ee8fdbea Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Wed, 5 Jun 2024 07:35:05 -0700 Subject: [PATCH] Add @akats7 as a Code Owner (#5712) cc @akats7 - `go.opentelemetry.io/otel/detectors/aws/ec2` - `go.opentelemetry.io/otel/detectors/aws/ecs` - `go.opentelemetry.io/otel/detectors/aws/lambda` - `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda` - `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` - `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` - `go.opentelemetry.io/contrib/propagators/aws` Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5542 Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5543 Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5545 Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5546 Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5547 Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5549 Part of https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5553 --- CHANGELOG.md | 15 --------------- CODEOWNERS | 14 +++++++------- detectors/aws/lambda/detector.go | 9 --------- detectors/aws/lambda/go.mod | 1 - .../aws/aws-lambda-go/otellambda/doc.go | 7 ------- .../aws-lambda-go/otellambda/example/README.md | 4 +--- .../aws/aws-lambda-go/otellambda/example/go.mod | 1 - .../aws/aws-lambda-go/otellambda/example/main.go | 6 +++--- .../aws/aws-lambda-go/otellambda/go.mod | 1 - .../aws/aws-lambda-go/otellambda/test/doc.go | 7 ------- .../aws/aws-lambda-go/otellambda/test/go.mod | 1 - .../aws-lambda-go/otellambda/test/lambda_test.go | 6 +++--- .../aws-lambda-go/otellambda/xrayconfig/README.md | 2 -- .../aws-lambda-go/otellambda/xrayconfig/go.mod | 1 - .../otellambda/xrayconfig/xrayconfig.go | 14 +++----------- .../otellambda/xrayconfig/xrayconfig_test.go | 4 ++-- .../github.com/aws/aws-sdk-go-v2/otelaws/aws.go | 8 -------- .../aws/aws-sdk-go-v2/otelaws/example/README.md | 2 -- .../aws/aws-sdk-go-v2/otelaws/example/go.mod | 1 - .../aws/aws-sdk-go-v2/otelaws/example/main.go | 2 +- .../github.com/aws/aws-sdk-go-v2/otelaws/go.mod | 1 - .../aws/aws-sdk-go-v2/otelaws/test/aws_test.go | 2 +- .../aws/aws-sdk-go-v2/otelaws/test/doc.go | 7 ------- .../otelaws/test/dynamodbattributes_test.go | 2 +- .../aws/aws-sdk-go-v2/otelaws/test/go.mod | 1 - .../github.com/gorilla/mux/otelmux/doc.go | 7 ------- .../gorilla/mux/otelmux/example/README.md | 2 -- .../github.com/gorilla/mux/otelmux/example/go.mod | 1 - .../gorilla/mux/otelmux/example/server.go | 2 +- .../github.com/gorilla/mux/otelmux/go.mod | 1 - .../github.com/gorilla/mux/otelmux/test/doc.go | 7 ------- .../github.com/gorilla/mux/otelmux/test/go.mod | 1 - .../gorilla/mux/otelmux/test/mux_test.go | 2 +- propagators/autoprop/registry.go | 2 +- propagators/aws/go.mod | 1 - propagators/aws/xray/README.MD | 2 -- propagators/aws/xray/propagator.go | 8 -------- 37 files changed, 25 insertions(+), 130 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245710157ac..17698373958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,31 +22,16 @@ 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/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) -- The `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda` package is deprecated. - If you would like to become a Code Owner of this module and prevent it from being removed, see [#5546]. (#5642) -- The `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` package is deprecated. - If you would like to become a Code Owner of this module and prevent it from being removed, see [#5547]. (#5643) -- The `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` package is deprecated. - If you would like to become a Code Owner of this module and prevent it from being removed, see [#5549]. (#5644) - The `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` package is deprecated. If you would like to become a Code Owner of this module and prevent it from being removed, see [#5550]. (#5645) - The `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` package is deprecated. If you would like to become a Code Owner of this module and prevent it from being removed, see [#5552]. (#5646) -- The `go.opentelemetry.io/contrib/propagators/aws` package is deprecated. - If you would like to become a Code Owner of this module and prevent it from being removed, see [#5553]. (#5647) - 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) -[#5545]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5545 -[#5546]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5546 -[#5547]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5547 -[#5549]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5549 [#5550]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5550 [#5551]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5551 [#5552]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5552 -[#5553]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5553 [#5554]: https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5554 ### Changed diff --git a/CODEOWNERS b/CODEOWNERS index a6a04c63225..e3d4f0ec39e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -32,19 +32,19 @@ bridges/otelzap/ @open-te config/ @open-telemetry/go-approvers @MadVikingGod @pellared @codeboten -detectors/aws/ec2 @open-telemetry/go-approvers @pyohannes -detectors/aws/ecs @open-telemetry/go-approvers @pyohannes +detectors/aws/ec2 @open-telemetry/go-approvers @pyohannes @akats7 +detectors/aws/ecs @open-telemetry/go-approvers @pyohannes @akats7 detectors/aws/eks @open-telemetry/go-approvers @pyohannes -detectors/aws/lambda @open-telemetry/go-approvers +detectors/aws/lambda @open-telemetry/go-approvers @akats7 detectors/gcp/ @open-telemetry/go-approvers @dashpole exporters/autoexport @open-telemetry/go-approvers @MikeGoldsmith @pellared -instrumentation/github.com/aws/aws-lambda-go/otellambda/ @open-telemetry/go-approvers -instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/ @open-telemetry/go-approvers +instrumentation/github.com/aws/aws-lambda-go/otellambda/ @open-telemetry/go-approvers @akats7 +instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/ @open-telemetry/go-approvers @akats7 instrumentation/github.com/emicklei/go-restful/otelrestful/ @open-telemetry/go-approvers @dashpole instrumentation/github.com/gin-gonic/gin/otelgin/ @open-telemetry/go-approvers @hanyuancheung -instrumentation/github.com/gorilla/mux/otelmux/ @open-telemetry/go-approvers +instrumentation/github.com/gorilla/mux/otelmux/ @open-telemetry/go-approvers @akats7 instrumentation/github.com/labstack/echo/otelecho/ @open-telemetry/go-approvers instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/ @open-telemetry/go-approvers instrumentation/google.golang.org/grpc/otelgrpc/ @open-telemetry/go-approvers @dashpole @hanyuancheung @@ -58,7 +58,7 @@ instrumentation/runtime/ @open-te processors/baggage/baggagetrace @open-telemetry/go-approvers @codeboten @MikeGoldsmith propagators/autoprop/ @open-telemetry/go-approvers @MrAlias -propagators/aws/ @open-telemetry/go-approvers +propagators/aws/ @open-telemetry/go-approvers @akats7 propagators/b3/ @open-telemetry/go-approvers @pellared propagators/jaeger/ @open-telemetry/go-approvers @yurishkuro propagators/opencensus/ @open-telemetry/go-approvers @dashpole diff --git a/detectors/aws/lambda/detector.go b/detectors/aws/lambda/detector.go index 38d2beb5e5e..420d876bb5f 100644 --- a/detectors/aws/lambda/detector.go +++ b/detectors/aws/lambda/detector.go @@ -1,15 +1,6 @@ // Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 -// Package lambda provide an OpenTelemetry resource detector for AWS Lambda -// instances. -// -// Deprecated: lambda 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/5545 package lambda // import "go.opentelemetry.io/contrib/detectors/aws/lambda" import ( diff --git a/detectors/aws/lambda/go.mod b/detectors/aws/lambda/go.mod index fe60cb3904c..e07a966deed 100644 --- a/detectors/aws/lambda/go.mod +++ b/detectors/aws/lambda/go.mod @@ -1,4 +1,3 @@ -// Deprecated: lambda has no Code Owner. module go.opentelemetry.io/contrib/detectors/aws/lambda go 1.21 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/doc.go b/instrumentation/github.com/aws/aws-lambda-go/otellambda/doc.go index 984d08dccfb..217361ff4da 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/doc.go +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/doc.go @@ -8,11 +8,4 @@ // // lambda.Start() entrypoint: lambda.Start(otellambda.InstrumentHandler()) // lambda.StartHandler() entrypoint: lambda.StartHandler(otellambda.WrapHandler()) -// -// Deprecated: otellambda 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/5546 package otellambda // import "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/README.md b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/README.md index 8869b2e55fe..24fa6355bb0 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/README.md +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/README.md @@ -1,7 +1,5 @@ # aws/aws-lambda-go instrumentation example -:warning: Deprecated: otellambda has no Code Owner. - A simple example to demonstrate the AWS Lambda for Go instrumentation. In this example, container `aws-lambda-client` initializes an S3 client and an HTTP client and runs 2 basic operations: `listS3Buckets` and `GET`. @@ -33,4 +31,4 @@ Note: Because the example runs on AWS Lambda, a handful of resources are created ```sh ./manualAWSCleanup.sh -``` +``` \ No newline at end of file diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod index d64a0940efe..83fc7a7488a 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otellambda has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/example go 1.21 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/main.go b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/main.go index 66d11986dd4..bdcafc7008f 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/main.go +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/main.go @@ -14,9 +14,9 @@ import ( awsConfig "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/s3" - lambdadetector "go.opentelemetry.io/contrib/detectors/aws/lambda" // nolint:staticcheck // deprecated. - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" // nolint:staticcheck // deprecated. - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" // nolint:staticcheck // deprecated. + lambdadetector "go.opentelemetry.io/contrib/detectors/aws/lambda" + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" "go.opentelemetry.io/otel" "go.opentelemetry.io/otel/exporters/stdout/stdouttrace" diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod index 5bb3bdeadb4..60263bd0d55 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otellambda has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda go 1.21 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/doc.go b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/doc.go index fb89b7f6eb9..b2d0819bf0d 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/doc.go +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/doc.go @@ -6,12 +6,5 @@ Package test validates AWS Lambda 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: otellambda 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/5546 */ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test" diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod index a46f92b68bf..24b4bb7dec3 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otellambda has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test go 1.21 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/lambda_test.go b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/lambda_test.go index 3809d7b6f36..b21d25d31c2 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/lambda_test.go +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/lambda_test.go @@ -19,9 +19,9 @@ import ( "github.com/aws/aws-lambda-go/lambdacontext" "github.com/stretchr/testify/assert" - lambdadetector "go.opentelemetry.io/contrib/detectors/aws/lambda" // nolint:staticcheck // deprecated. - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" // nolint:staticcheck // deprecated. - "go.opentelemetry.io/contrib/propagators/aws/xray" // nolint:staticcheck // deprecated. + lambdadetector "go.opentelemetry.io/contrib/detectors/aws/lambda" + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" + "go.opentelemetry.io/contrib/propagators/aws/xray" "go.opentelemetry.io/otel/attribute" "go.opentelemetry.io/otel/propagation" "go.opentelemetry.io/otel/sdk/instrumentation" diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/README.md b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/README.md index a22a75c1883..18ae68d3322 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/README.md +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/README.md @@ -3,8 +3,6 @@ [![Go Reference][goref-image]][goref-url] [![Apache License][license-image]][license-url] -:warning: Deprecated: otellambda has no Code Owner. - This module provides recommended configuration options for [`AWS Lambda Instrumentation`](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/github.com/aws/aws-lambda-go/otellambda) when using [AWS X-Ray](https://aws.amazon.com/xray/). By using this configuration, trace context will automatically be extracted from incoming requests with the `X-Amzn-Trace-Id` header if present. Trace context will also always be injected using the `X-Amzn-Trace-Id` format into downstream requests from the Lambda function. ## Installation diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod index 278e605925e..5f95e6c795e 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otellambda has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig go 1.21 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig.go b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig.go index e2de6e207b6..9b9bdcce74e 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig.go +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig.go @@ -1,23 +1,15 @@ // Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 -// Package xrayconfig provides configuration for the otellambda package. -// -// Deprecated: otellambda 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/5546 package xrayconfig // import "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig" import ( "context" "os" - lambdadetector "go.opentelemetry.io/contrib/detectors/aws/lambda" // nolint:staticcheck // deprecated. - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" // nolint:staticcheck // deprecated. - "go.opentelemetry.io/contrib/propagators/aws/xray" // nolint:staticcheck // deprecated. + lambdadetector "go.opentelemetry.io/contrib/detectors/aws/lambda" + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" + "go.opentelemetry.io/contrib/propagators/aws/xray" "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" "go.opentelemetry.io/otel/propagation" sdktrace "go.opentelemetry.io/otel/sdk/trace" diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig_test.go b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig_test.go index 63056750310..ac9f7dd3e95 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig_test.go +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/xrayconfig_test.go @@ -14,8 +14,8 @@ import ( "github.com/aws/aws-lambda-go/lambdacontext" "github.com/stretchr/testify/assert" - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" // nolint:staticcheck // deprecated. - "go.opentelemetry.io/contrib/propagators/aws/xray" // nolint:staticcheck // deprecated. + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda" + "go.opentelemetry.io/contrib/propagators/aws/xray" "go.opentelemetry.io/otel/propagation" "go.opentelemetry.io/otel/trace" v1common "go.opentelemetry.io/proto/otlp/common/v1" diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/aws.go b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/aws.go index 3af277b9593..5709db82cf4 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/aws.go +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/aws.go @@ -1,14 +1,6 @@ // Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 -// Package otelaws instruments the github.com/aws/aws-sdk-go-v2 package. -// -// Deprecated: otelaws 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/5547 package otelaws // import "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" import ( diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/README.md b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/README.md index 195cb3e8a32..f61d666588c 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/README.md +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/README.md @@ -1,7 +1,5 @@ # aws/aws-sdk-go-v2 instrumentation example -:warning: Deprecated: otelaws has no Code Owner. - A simple example to demonstrate the AWS SDK V2 for Go instrumentation. In this example, container `aws-sdk-client` initializes a S3 client and a DynamoDB client and runs 2 basic operations: `listS3Buckets` and `listDynamodbTables`. diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod index 0a05bd3659d..bd78c6842b7 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otelaws has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example go 1.21 diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/main.go b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/main.go index b8e37d4c8c9..b5e6bfa2886 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/main.go +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/main.go @@ -12,7 +12,7 @@ import ( "github.com/aws/aws-sdk-go-v2/service/dynamodb" "github.com/aws/aws-sdk-go-v2/service/s3" - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" // nolint:staticcheck // deprecated. + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" "go.opentelemetry.io/otel" stdout "go.opentelemetry.io/otel/exporters/stdout/stdouttrace" sdktrace "go.opentelemetry.io/otel/sdk/trace" diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod index 746e4e7bac5..43739c44853 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otelaws has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws go 1.21 diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/aws_test.go b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/aws_test.go index d24c3778c87..7687367c3ac 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/aws_test.go +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/aws_test.go @@ -17,7 +17,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" // nolint:staticcheck // deprecated. + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" "go.opentelemetry.io/otel/attribute" "go.opentelemetry.io/otel/codes" sdktrace "go.opentelemetry.io/otel/sdk/trace" diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/doc.go b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/doc.go index af3de15a71a..828b3d76f6c 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/doc.go +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/doc.go @@ -7,12 +7,5 @@ Package test validates the otelaws 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: otelaws 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/5547 */ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test" diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/dynamodbattributes_test.go b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/dynamodbattributes_test.go index 97c975ad4cc..b67d64c1f9c 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/dynamodbattributes_test.go +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/dynamodbattributes_test.go @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" // nolint:staticcheck // deprecated. + "go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws" "go.opentelemetry.io/otel/attribute" "go.opentelemetry.io/otel/codes" sdktrace "go.opentelemetry.io/otel/sdk/trace" diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod index a8312ae2ba9..446f1f522aa 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otelaws has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test go 1.21 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/doc.go b/instrumentation/github.com/gorilla/mux/otelmux/doc.go index e49088d67b4..0d4d92a7929 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/doc.go +++ b/instrumentation/github.com/gorilla/mux/otelmux/doc.go @@ -5,11 +5,4 @@ // // Currently only the routing of a received message can be instrumented. To do // it, use the Middleware function. -// -// Deprecated: otelmux 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/5549 package otelmux // import "go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux" diff --git a/instrumentation/github.com/gorilla/mux/otelmux/example/README.md b/instrumentation/github.com/gorilla/mux/otelmux/example/README.md index f1d2ee01228..3b201c743ee 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/example/README.md +++ b/instrumentation/github.com/gorilla/mux/otelmux/example/README.md @@ -1,7 +1,5 @@ # gorilla/mux instrumentation example -:warning: Deprecated: otelmux has no Code Owner. - An HTTP server using gorilla/mux and instrumentation. The server has a `/users/{id:[0-9]+}` endpoint. The server generates span information to `stdout`. diff --git a/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod index 5177ca3274e..691048ec5b3 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otelmux has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/example go 1.21 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/example/server.go b/instrumentation/github.com/gorilla/mux/otelmux/example/server.go index 6d6fcca0fd3..8b4c8a56ee4 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/example/server.go +++ b/instrumentation/github.com/gorilla/mux/otelmux/example/server.go @@ -11,7 +11,7 @@ import ( "github.com/gorilla/mux" - "go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux" // nolint:staticcheck // deprecated. + "go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux" "go.opentelemetry.io/otel" "go.opentelemetry.io/otel/attribute" stdout "go.opentelemetry.io/otel/exporters/stdout/stdouttrace" diff --git a/instrumentation/github.com/gorilla/mux/otelmux/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/go.mod index bd4c82fb770..9452d548bd1 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otelmux has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux go 1.21 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/test/doc.go b/instrumentation/github.com/gorilla/mux/otelmux/test/doc.go index aaa9d0cc48d..5b405f7eb19 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/test/doc.go +++ b/instrumentation/github.com/gorilla/mux/otelmux/test/doc.go @@ -7,12 +7,5 @@ Package test validates the otelmux 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: otelmux 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/5549 */ package test // import "go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/test" diff --git a/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod index f220edf4b30..94f663e046f 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod @@ -1,4 +1,3 @@ -// Deprecated: otelmux has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/test go 1.21 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go b/instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go index cd7171cfdd7..13e900b5ca1 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go +++ b/instrumentation/github.com/gorilla/mux/otelmux/test/mux_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux" // nolint:staticcheck // deprecated. + "go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux" "go.opentelemetry.io/otel/attribute" "go.opentelemetry.io/otel/codes" "go.opentelemetry.io/otel/propagation" diff --git a/propagators/autoprop/registry.go b/propagators/autoprop/registry.go index 29ffa3fe3a2..2cb365aa059 100644 --- a/propagators/autoprop/registry.go +++ b/propagators/autoprop/registry.go @@ -9,7 +9,7 @@ import ( "strings" "sync" - "go.opentelemetry.io/contrib/propagators/aws/xray" // nolint:staticcheck // deprecated. + "go.opentelemetry.io/contrib/propagators/aws/xray" "go.opentelemetry.io/contrib/propagators/b3" "go.opentelemetry.io/contrib/propagators/jaeger" "go.opentelemetry.io/contrib/propagators/ot" diff --git a/propagators/aws/go.mod b/propagators/aws/go.mod index 8313c4ddf5b..a57da04c134 100644 --- a/propagators/aws/go.mod +++ b/propagators/aws/go.mod @@ -1,4 +1,3 @@ -// Deprecated: aws has no Code Owner. module go.opentelemetry.io/contrib/propagators/aws go 1.21 diff --git a/propagators/aws/xray/README.MD b/propagators/aws/xray/README.MD index 23c629da9c9..c9b76367081 100644 --- a/propagators/aws/xray/README.MD +++ b/propagators/aws/xray/README.MD @@ -1,7 +1,5 @@ # AWS X-Ray Propagator/IDGenerator -:warning: Deprecated: aws has no Code Owner. - This package contains an AWS X-Ray compatible `TextMapPropagator` and `IDGenerator`. ## `traceIdRatioSampler` and `x-ray IDGenerator` compatibility diff --git a/propagators/aws/xray/propagator.go b/propagators/aws/xray/propagator.go index ea5bdf64b49..82165abc8be 100644 --- a/propagators/aws/xray/propagator.go +++ b/propagators/aws/xray/propagator.go @@ -1,14 +1,6 @@ // Copyright The OpenTelemetry Authors // SPDX-License-Identifier: Apache-2.0 -// Package xray provide an OpenTelemetry propagator for the AWS XRAY platform. -// -// Deprecated: aws 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/5553 package xray // import "go.opentelemetry.io/contrib/propagators/aws/xray" import (