Skip to content

Commit 7c0f3c5

Browse files
committed
Fix links
1 parent 88fd146 commit 7c0f3c5

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

content/en/blog/2024/go-contrib-removal.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,26 @@ author: >-
66
[Fabrizio Ferri-Benedetti](https://github.com/theletterf) (Splunk)
77
issue: 4542
88
sig: SIG Go
9-
cSpell:ignore: aws Fabrizio Ferri Benedetti otellambda otelaws otelmux labstack otelecho otelmongo gopkg macaron otelmacaron moduled
9+
# prettier-ignore
10+
cSpell:ignore: aws Benedetti Fabrizio Ferri gopkg labstack macaron moduled otelaws otelecho otellambda otelmacaron otelmongo otelmux
1011
---
1112

1213
The Go SIG will remove Contrib modules that lack code owners. For each module,
1314
the removal is planned for no sooner than August 21, 2024, unless a code owner
1415
is found. The list includes the following modules:
1516

16-
- go.opentelemetry.io/otel/detectors/aws/ec2
17-
- go.opentelemetry.io/otel/detectors/aws/ecs
18-
- go.opentelemetry.io/otel/detectors/aws/eks
19-
- go.opentelemetry.io/otel/detectors/aws/lambda
20-
- go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda
21-
- go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
22-
- go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
23-
- go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
24-
- go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
25-
- go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
26-
- go.opentelemetry.io/contrib/propagators/aws
27-
- go.opentelemetry.io/contrib/samplers/aws/xray
17+
- `go.opentelemetry.io/otel/detectors/aws/ec2`
18+
- `go.opentelemetry.io/otel/detectors/aws/ecs`
19+
- `go.opentelemetry.io/otel/detectors/aws/eks`
20+
- `go.opentelemetry.io/otel/detectors/aws/lambda`
21+
- `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda`
22+
- `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`
23+
- `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`
24+
- `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`
25+
- `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo`
26+
- `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron`
27+
- `go.opentelemetry.io/contrib/propagators/aws`
28+
- `go.opentelemetry.io/contrib/samplers/aws/xray`
2829

2930
For a full list of modules at risk for removal, see the
3031
[Remove unowned moduled](https://github.com/orgs/open-telemetry/projects/92/views/1)

static/refcache.json

+12
Original file line numberDiff line numberDiff line change
@@ -3551,6 +3551,10 @@
35513551
"StatusCode": 200,
35523552
"LastSeen": "2024-01-18T19:37:01.026666-05:00"
35533553
},
3554+
"https://github.com/open-telemetry/opentelemetry-go-contrib/issues/new": {
3555+
"StatusCode": 200,
3556+
"LastSeen": "2024-05-27T10:19:47.859082+02:00"
3557+
},
35543558
"https://github.com/open-telemetry/opentelemetry-go-instrumentation": {
35553559
"StatusCode": 200,
35563560
"LastSeen": "2024-01-18T08:05:48.920317-05:00"
@@ -4323,6 +4327,10 @@
43234327
"StatusCode": 200,
43244328
"LastSeen": "2024-05-03T07:21:05.157831-07:00"
43254329
},
4330+
"https://github.com/orgs/open-telemetry/projects/92/views/1": {
4331+
"StatusCode": 200,
4332+
"LastSeen": "2024-05-27T10:19:41.986308+02:00"
4333+
},
43264334
"https://github.com/orgs/open-telemetry/teams/technical-committee": {
43274335
"StatusCode": 200,
43284336
"LastSeen": "2024-01-30T16:15:03.796394-05:00"
@@ -4511,6 +4519,10 @@
45114519
"StatusCode": 200,
45124520
"LastSeen": "2024-02-20T05:41:18.324089503Z"
45134521
},
4522+
"https://github.com/theletterf": {
4523+
"StatusCode": 200,
4524+
"LastSeen": "2024-05-27T10:19:40.833768+02:00"
4525+
},
45144526
"https://github.com/theletterf/": {
45154527
"StatusCode": 200,
45164528
"LastSeen": "2024-01-30T15:25:01.244997-05:00"

0 commit comments

Comments
 (0)