title | linkTitle | date | author | issue | sig | cSpell:ignore |
---|---|---|---|---|---|---|
Abandoned Go Contrib modules need code owners or will be removed |
Go Contrib modules ownership |
2024-05-28 |
[Fabrizio Ferri-Benedetti](https://github.com/theletterf) (Splunk) |
4542 |
SIG Go |
aws Benedetti Fabrizio Ferri gopkg labstack macaron moduled otelaws otelecho otellambda otelmacaron otelmongo otelmux |
The Go SIG will remove the code of contrib modules that lack code owners starting August 21, 2024. Published packages and releases will be marked as deprecated, though they'll remain available for download.
Currently unowned modules include the following:
go.opentelemetry.io/contrib/detectors/aws/ec2
go.opentelemetry.io/contrib/detectors/aws/ecs
go.opentelemetry.io/contrib/detectors/aws/eks
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/github.com/gorilla/mux/otelmux
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
go.opentelemetry.io/contrib/propagators/aws
go.opentelemetry.io/contrib/samplers/aws/xray
For a full list of modules at risk for removal, see the Remove unowned moduled project board.
As described in the Go Contrib contributions guidelines, all Contrib modules require a code owner so that the code is not abandoned. Code owners have the responsibility of maintaining the component, responding to issues, and reviewing pull requests.
To become a code owner of one of the modules, you need to be a member of the OpenTelemetry organization and have a good working knowledge of the code you seek to maintain. To become a member of OpenTelemetry in GitHub, see the requirements in Community membership.
If you satisfy all requirements, open an issue.
We're looking forward to your request!