Skip to content

Commit 836ae2d

Browse files
authored
chore: move xray propagators back to contrib (#2411)
1 parent f9f5123 commit 836ae2d

32 files changed

+3475
-437
lines changed

.github/component-label-map.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,14 @@ pkg:sql-common:
274274
- changed-files:
275275
- any-glob-to-any-file:
276276
- packages/opentelemetry-sql-common/**
277+
pkg:propagator-aws-xray:
278+
- changed-files:
279+
- any-glob-to-any-file:
280+
- propagators/propagator-aws-xray/**
281+
pkg:propagator-aws-xray-lambda:
282+
- changed-files:
283+
- any-glob-to-any-file:
284+
- propagators/propagator-aws-xray-lambda/**
277285
pkg-status:unmaintained:
278286
- changed-files:
279287
- any-glob-to-any-file:
@@ -296,3 +304,5 @@ pkg-status:unmaintained:
296304
- plugins/node/opentelemetry-instrumentation-restify/**
297305
- plugins/node/opentelemetry-instrumentation-router/**
298306
- propagators/opentelemetry-propagator-ot-trace/**
307+
- propagators/propagator-aws-xray/**
308+
- propagators/propagator-aws-xray-lambda/**

.github/component_owners.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ components:
145145
- kirrg001
146146
propagators/opentelemetry-propagator-ot-trace: []
147147
# Unmaintained
148+
propagators/propagator-aws-xray: [ ]
149+
# Unmaintained
150+
propagators/propagator-aws-xray-lambda: [ ]
151+
# Unmaintained
148152

149153
ignored-authors:
150154
- renovate-bot

.release-please-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@
6060
"plugins/web/opentelemetry-instrumentation-user-interaction": "0.40.0",
6161
"plugins/web/opentelemetry-plugin-react-load": "0.31.0",
6262
"propagators/opentelemetry-propagator-instana": "0.3.2",
63-
"propagators/opentelemetry-propagator-ot-trace": "0.27.2"
63+
"propagators/opentelemetry-propagator-ot-trace": "0.27.2",
64+
"propagators/propagator-aws-xray": "1.26.0",
65+
"propagators/propagator-aws-xray-lambda": "0.53.0"
6466
}

0 commit comments

Comments
 (0)