Skip to content

Commit 95547b8

Browse files
jj22eeblumamirpichlermarc
authored
chore: update component owner for AWS to jj22ee (#2506)
Co-authored-by: Amir Blum <amirgiraffe@gmail.com> Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
1 parent 1165264 commit 95547b8

File tree

7 files changed

+23
-20
lines changed

7 files changed

+23
-20
lines changed

.github/component_owners.yml

Lines changed: 11 additions & 10 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-
# Unmaintained
5+
detectors/node/opentelemetry-resource-detector-aws:
6+
- jj22ee
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-
# Unmaintained
19+
incubator/opentelemetry-sampler-aws-xray:
20+
- jj22ee
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-
# Unmaintained
38+
packages/opentelemetry-id-generator-aws-xray:
39+
- jj22ee
4040
packages/opentelemetry-propagation-utils:
4141
- dyladan
4242
- pichlermarc
@@ -69,10 +69,11 @@ components:
6969
- mottibec
7070
plugins/node/instrumentation-tedious: []
7171
# Unmaintained
72-
plugins/node/opentelemetry-instrumentation-aws-lambda: []
73-
# Unmaintained
72+
plugins/node/opentelemetry-instrumentation-aws-lambda:
73+
- jj22ee
7474
plugins/node/opentelemetry-instrumentation-aws-sdk:
7575
- blumamir
76+
- jj22ee
7677
plugins/node/opentelemetry-instrumentation-bunyan:
7778
- seemk
7879
- trentm
@@ -145,8 +146,8 @@ components:
145146
- kirrg001
146147
propagators/opentelemetry-propagator-ot-trace: []
147148
# Unmaintained
148-
propagators/propagator-aws-xray: [ ]
149-
# Unmaintained
149+
propagators/propagator-aws-xray:
150+
- jj22ee
150151
propagators/propagator-aws-xray-lambda: [ ]
151152
# Unmaintained
152153

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): N/A
6+
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @jj22ee
77

88
Resource detector for Amazon Web Services.
99

1010
## Status
1111

12-
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
13-
|-------------------------------------------------------|-------------------------------------------------------|-----------------------|
14-
| [Unmaintained](../../../CONTRIBUTING.md#unmaintained) | N/A | API 1.0+<br/>SDK 1.0+ |
12+
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
13+
| ----------------------------------------- | ----------------------------------------------------- | --------------------- |
14+
| [Stable](../../../CONTRIBUTING.md#stable) | @jj22ee | 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: N/A
5+
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @jj22ee
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-
| [Unmaintained](../../../CONTRIBUTING.md#unmaintained) | N/A | API 1.0+<br/>SDK 1.0+ |
13+
| Maturity | [Component Owner](../../.github/component_owners.yml) | Compatibility |
14+
| -------------------------------------- | ----------------------------------------------------- | --------------------- |
15+
| [Stable](../../CONTRIBUTING.md#stable) | @jj22ee | 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): N/A
6+
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @jj22ee
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

plugins/node/opentelemetry-instrumentation-aws-sdk/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 @blumamir
6+
[component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml): @blumamir @jj22ee
77

88
This module provides automatic instrumentation for the [`aws-sdk` v2](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) and [`@aws-sdk` v3](https://github.com/aws/aws-sdk-js-v3) modules, 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

propagators/propagator-aws-xray/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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): @jj22ee
7+
68
The OpenTelemetry Propagator for AWS X-Ray provides HTTP header propagation for systems that are using AWS `X-Amzn-Trace-Id` format.
79
This propagator translates the OpenTelemetry SpanContext into the equivalent AWS header format, for use with the OpenTelemetry JS SDK.
810
`TraceState` is currently not propagated.

0 commit comments

Comments
 (0)