Skip to content

Commit 0503b66

Browse files
authored
chore: mark AWS vendor packages as unmaintained (#2415)
1 parent c00080a commit 0503b66

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

.github/component_owners.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
components:
33
detectors/node/opentelemetry-resource-detector-alibaba-cloud:
44
- legendecas
5-
detectors/node/opentelemetry-resource-detector-aws:
6-
- carolabadeer
5+
detectors/node/opentelemetry-resource-detector-aws: []
6+
# Unmaintained
77
detectors/node/opentelemetry-resource-detector-azure:
88
- jacksonweber
99
- hectorhdzg
@@ -16,8 +16,8 @@ components:
1616
# Unmaintained
1717
detectors/node/opentelemetry-resource-detector-instana:
1818
- kirrg001
19-
incubator/opentelemetry-sampler-aws-xray:
20-
- carolabadeer
19+
incubator/opentelemetry-sampler-aws-xray: []
20+
# Unmaintained
2121
metapackages/auto-configuration-propagators:
2222
- pichlermarc
2323
metapackages/auto-instrumentations-node:
@@ -35,8 +35,8 @@ components:
3535
- jamiedanielson
3636
packages/opentelemetry-host-metrics:
3737
- legendecas
38-
packages/opentelemetry-id-generator-aws-xray:
39-
- carolabadeer
38+
packages/opentelemetry-id-generator-aws-xray: []
39+
# Unmaintained
4040
packages/opentelemetry-propagation-utils:
4141
- dyladan
4242
- pichlermarc
@@ -69,10 +69,9 @@ components:
6969
- mottibec
7070
plugins/node/instrumentation-tedious: []
7171
# Unmaintained
72-
plugins/node/opentelemetry-instrumentation-aws-lambda:
73-
- carolabadeer
72+
plugins/node/opentelemetry-instrumentation-aws-lambda: []
73+
# Unmaintained
7474
plugins/node/opentelemetry-instrumentation-aws-sdk:
75-
- carolabadeer
7675
- blumamir
7776
plugins/node/opentelemetry-instrumentation-bunyan:
7877
- seemk

detectors/node/opentelemetry-resource-detector-aws/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[![NPM Published Version][npm-img]][npm-url]
44
[![Apache License][license-image]][license-image]
55

6-
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @carolabadeer
6+
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): N/A
77

88
Resource detector for Amazon Web Services.
99

1010
## Status
1111

12-
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
13-
| ----------------------------------------- | ----------------------------------------------------- | --------------------- |
14-
| [Stable](../../../CONTRIBUTING.md#stable) | @carolabadeer | API 1.0+<br/>SDK 1.0+ |
12+
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
13+
|-------------------------------------------------------|-------------------------------------------------------|-----------------------|
14+
| [Unmaintained](../../../CONTRIBUTING.md#unmaintained) | N/A | API 1.0+<br/>SDK 1.0+ |
1515

1616
## Installation
1717

incubator/opentelemetry-sampler-aws-xray/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> This component is still in development and has not been released as an npm package.
44
5-
component owner: @carolabadeer
5+
component owner: N/A
66

77
This module provides the remote/centralized sampler for AWS X-Ray.
88

packages/opentelemetry-id-generator-aws-xray/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ enabling compatibility with AWS X-Ray.
1010

1111
## Status
1212

13-
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
14-
| -------------------------------------- | ----------------------------------------------------- | --------------------- |
15-
| [Stable](../../CONTRIBUTING.md#stable) | @carolabadeer | API 1.0+<br/>SDK 1.0+ |
13+
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
14+
|-------------------------------------------------------|-------------------------------------------------------|-----------------------|
15+
| [Unmaintained](../../../CONTRIBUTING.md#unmaintained) | N/A | API 1.0+<br/>SDK 1.0+ |
1616

1717
## Installation
1818

plugins/node/opentelemetry-instrumentation-aws-lambda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM Published Version][npm-img]][npm-url]
44
[![Apache License][license-image]][license-image]
55

6-
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @carolabadeer
6+
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): N/A
77

88
This module provides automatic instrumentation for the [`AWS Lambda`](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html) module, which may be loaded using the [`@opentelemetry/sdk-trace-node`](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node) package and is included in the [`@opentelemetry/auto-instrumentations-node`](https://www.npmjs.com/package/@opentelemetry/auto-instrumentations-node) bundle.
99

0 commit comments

Comments
 (0)