Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post on Go Contrib modules removal (code owners needed) #4543

Merged
merged 17 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions content/en/blog/2024/go-contrib-removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Abandoned Go Contrib modules need code owners or will be removed
linkTitle: Go Contrib modules ownership
date: 2024-05-27
author: >-
[Fabrizio Ferri-Benedetti](https://github.com/theletterf) (Splunk)
issue: 4542
sig: SIG Go
# prettier-ignore
cSpell:ignore: aws Benedetti Fabrizio Ferri gopkg labstack macaron moduled otelaws otelecho otellambda otelmacaron otelmongo otelmux
---

The Go SIG will remove Contrib modules that lack code owners. For each module,
theletterf marked this conversation as resolved.
Show resolved Hide resolved
theletterf marked this conversation as resolved.
Show resolved Hide resolved
the removal is planned for no sooner than August 21, 2024, unless a code owner
is found. The list includes the following modules:
theletterf marked this conversation as resolved.
Show resolved Hide resolved

- `go.opentelemetry.io/otel/detectors/aws/ec2`
theletterf marked this conversation as resolved.
Show resolved Hide resolved
- `go.opentelemetry.io/otel/detectors/aws/ecs`
- `go.opentelemetry.io/otel/detectors/aws/eks`
- `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/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](https://github.com/orgs/open-telemetry/projects/92/views/1)
project board.

## Why are those modules going to be removed?

As described in the Go Contrib
[contributions guidelines](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CONTRIBUTING.md#code-owners),
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.

## I want to become a code owner! What do I do?

To become a code owner, you just need to
[open an issue](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/new?assignees=&labels=&projects=&template=owner.md&title=).

The only requirements is that you're a member of the OpenTelemetry organization
and have a good working knowledge of the code you seek to maintain.
dmathieu marked this conversation as resolved.
Show resolved Hide resolved
theletterf marked this conversation as resolved.
Show resolved Hide resolved

We're looking forward to your requests!
12 changes: 12 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -3551,6 +3551,10 @@
"StatusCode": 200,
"LastSeen": "2024-01-18T19:37:01.026666-05:00"
},
"https://github.com/open-telemetry/opentelemetry-go-contrib/issues/new": {
"StatusCode": 200,
"LastSeen": "2024-05-27T10:19:47.859082+02:00"
},
"https://github.com/open-telemetry/opentelemetry-go-instrumentation": {
"StatusCode": 200,
"LastSeen": "2024-01-18T08:05:48.920317-05:00"
Expand Down Expand Up @@ -4323,6 +4327,10 @@
"StatusCode": 200,
"LastSeen": "2024-05-03T07:21:05.157831-07:00"
},
"https://github.com/orgs/open-telemetry/projects/92/views/1": {
"StatusCode": 200,
"LastSeen": "2024-05-27T10:19:41.986308+02:00"
},
"https://github.com/orgs/open-telemetry/teams/technical-committee": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:15:03.796394-05:00"
Expand Down Expand Up @@ -4511,6 +4519,10 @@
"StatusCode": 200,
"LastSeen": "2024-02-20T05:41:18.324089503Z"
},
"https://github.com/theletterf": {
"StatusCode": 200,
"LastSeen": "2024-05-27T10:19:40.833768+02:00"
},
"https://github.com/theletterf/": {
"StatusCode": 200,
"LastSeen": "2024-01-30T15:25:01.244997-05:00"
Expand Down
Loading