Skip to content

Commit

Permalink
Merge branch 'main' into feat-adding-meta-traceparent
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson authored Jul 18, 2024
2 parents 787d5a2 + afccd0d commit 2662689
Show file tree
Hide file tree
Showing 686 changed files with 70,571 additions and 42,440 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ labels: instrumentation-request
---

<!--
**NB:** Before opening an instrumentation request against this repo, consider whether the instrumentation should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new) first.
You are welcome to try to build your own instrumentation. If you do, please let us know if you have any questions/feedback.
**NB:** Before opening an instrumentation request against this repo, please read [the contributing guidelines for new instrumentation](../../CONTRIBUTING.md#new-instrumentation).
-->

### Is your instrumentation request related to a problem? Please describe
Expand All @@ -20,11 +18,22 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate


### Do you expect this instrumentation to be commonly used?

Weekly Downloads:

### What version of instrumentation are you interested in using?

Versions:

### Code Owners

<!--
New Instrumentation requests need at least 2 code-owners that will maintain the instrumentation long-term.
-->

- Owner 1
- Owner 2

### Additional context
<!--
Add any other context or screenshots about the instrumentation request here. Is there a reference you could point for the well-defined lifecycle methods?
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/ownership_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Component Ownership Request
about: Request yourself being added as a component owner for a component in this repository
labels: type:ownership-request
---

<!--
**NB:** Before opening a component ownership request against this repo, please read [CONTRIBUTING.md](../../CONTRIBUTING.md#component-ownership) and its subsections first.
-->

### Which component are you requesting ownership of?

<!--
Put a link to the component here.
-->

### Related Work and Qualifications

<!--
List here why you're qualified to take ownership of the component, see [CONTRIBUTING.md](../../CONTRIBUTING.md#becoming-a-component-owner) for details.
Examples:
- I am working on <related open-source-project> and have deep knowledge of the instrumented package.
- I am using the instrumented package on a regular basis and have deep knowledge of the instrumented package.
- I am working on <similar package or system> and have deep knowledge of the concepts of the instrumented package.
- I am an engineer at an observability vendor we would like to sponsor this component.
-->

### Checklist

- [ ] I have read [CONTRIBUTING.md](../../CONTRIBUTING.md) and understand the responsibilities of a component owner.
- [ ] I agree to follow and uphold the [mission, vision and values](https://github.com/open-telemetry/community/blob/main/mission-vision-values.md) of the OpenTelemetry project
- [ ] I understand that the component I'm requesting ownership of may be subject to the [OpenTelemetry Semantic Conventions](https://github.com/open-telemetry/semantic-conventions) and agree to follow the rules set out therein.

### Additional context

<!--
Add any other context that does not fit any of the above sections
-->
289 changes: 289 additions & 0 deletions .github/component-label-map.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,289 @@
pkg:resource-detector-alibaba-cloud:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-alibaba-cloud/**
- packages/opentelemetry-test-utils/**
pkg:resource-detector-aws:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-aws/**
- packages/opentelemetry-test-utils/**
pkg:resource-detector-azure:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-azure/**
- packages/opentelemetry-test-utils/**
pkg:resource-detector-container:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-container/**
- packages/opentelemetry-test-utils/**
pkg:resource-detector-gcp:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-gcp/**
- packages/opentelemetry-test-utils/**
pkg:resource-detector-github:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-github/**
pkg:resource-detector-instana:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-instana/**
- packages/opentelemetry-test-utils/**
pkg:auto-instrumentations-node:
- changed-files:
- any-glob-to-any-file:
- metapackages/auto-instrumentations-node/**
pkg:auto-instrumentations-web:
- changed-files:
- any-glob-to-any-file:
- metapackages/auto-instrumentations-web/**
pkg:test-utils:
- changed-files:
- any-glob-to-any-file:
- packages/opentelemetry-test-utils/**
pkg:host-metrics:
- changed-files:
- any-glob-to-any-file:
- packages/opentelemetry-host-metrics/**
pkg:id-generator-aws-xray:
- changed-files:
- any-glob-to-any-file:
- packages/opentelemetry-id-generator-aws-xray/**
pkg:instrumentation-amqplib:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-amqplib/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-aws-lambda:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-aws-lambda/**
pkg:instrumentation-aws-sdk:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-aws-sdk/**
- packages/opentelemetry-test-utils/**
- packages/opentelemetry-propagation-utils/**
pkg:instrumentation-bunyan:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-bunyan/**
pkg:instrumentation-cassandra-driver:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-cassandra/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-connect:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-connect/**
pkg:instrumentation-cucumber:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-cucumber/**
pkg:instrumentation-dataloader:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-dataloader/**
pkg:instrumentation-dns:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-dns/**
pkg:instrumentation-document-load:
- changed-files:
- any-glob-to-any-file:
- plugins/web/opentelemetry-instrumentation-document-load/**
pkg:instrumentation-express:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-express/**
pkg:instrumentation-fastify:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-fastify/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-fs:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-fs/**
pkg:instrumentation-generic-pool:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-generic-pool/**
pkg:instrumentation-graphql:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-graphql/**
pkg:instrumentation-hapi:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-hapi/**
pkg:instrumentation-ioredis:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-ioredis/**
- packages/opentelemetry-test-utils/**
- packages/opentelemetry-redis-common/**
pkg:instrumentation-knex:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-knex/**
pkg:instrumentation-koa:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-koa/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-long-task:
- changed-files:
- any-glob-to-any-file:
- plugins/web/opentelemetry-instrumentation-long-task/**
pkg:instrumentation-lru-memoizer:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-lru-memoizer/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-memcached:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-memcached/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-mongodb:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-mongodb/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-mongoose:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-mongoose/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-mysql:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-mysql/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-mysql2:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-mysql2/**
- packages/opentelemetry-test-utils/**
- packages/opentelemetry-sql-common/**
pkg:instrumentation-nestjs-core:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-nestjs-core/**
pkg:instrumentation-net:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-net/**
pkg:instrumentation-pg:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-pg/**
- packages/opentelemetry-test-utils/**
- packages/opentelemetry-sql-common/**
pkg:instrumentation-pino:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-pino/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-redis:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-redis/**
- packages/opentelemetry-test-utils/**
- packages/opentelemetry-redis-common/**
pkg:instrumentation-redis-4:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-redis-4/**
- packages/opentelemetry-test-utils/**
- packages/opentelemetry-redis-common/**
pkg:instrumentation-restify:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-restify/**
pkg:instrumentation-router:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-router/**
pkg:instrumentation-runtime-node:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-runtime-node/**
pkg:instrumentation-socket.io:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-socket.io/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-tedious:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-tedious/**
- packages/opentelemetry-test-utils/**
pkg:instrumentation-undici:
- changed-files:
- any-glob-to-any-file:
- plugins/node/instrumentation-undici/**
pkg:instrumentation-user-interaction:
- changed-files:
- any-glob-to-any-file:
- plugins/web/opentelemetry-instrumentation-user-interaction/**
pkg:instrumentation-winston:
- changed-files:
- any-glob-to-any-file:
- plugins/node/opentelemetry-instrumentation-winston/**
pkg:plugin-react-load:
- changed-files:
- any-glob-to-any-file:
- plugins/web/opentelemetry-plugin-react-load/**
pkg:propagation-utils:
- changed-files:
- any-glob-to-any-file:
- packages/opentelemetry-propagation-utils/**
- packages/opentelemetry-test-utils/**
pkg:propagator-grpc-census-binary:
- changed-files:
- any-glob-to-any-file:
- propagators/opentelemetry-propagator-grpc-census-binary/**
pkg:propagator-instana:
- changed-files:
- any-glob-to-any-file:
- propagators/opentelemetry-propagator-instana/**
pkg:propagator-ot-trace:
- changed-files:
- any-glob-to-any-file:
- propagators/opentelemetry-propagator-ot-trace/**
pkg:redis-common:
- changed-files:
- any-glob-to-any-file:
- packages/opentelemetry-redis-common/**
pkg:sampler-aws-xray:
- changed-files:
- any-glob-to-any-file:
- packages/opentelemetry-sampler-aws-xray/**
- packages/opentelemetry-test-utils/**
pkg:sql-common:
- changed-files:
- any-glob-to-any-file:
- packages/opentelemetry-sql-common/**
pkg-status:unmaintained:
- changed-files:
- any-glob-to-any-file:
- detectors/node/opentelemetry-resource-detector-github/**
- plugins/node/instrumentation-fs/**
- plugins/node/instrumentation-tedious/**
- plugins/node/opentelemetry-instrumentation-connect/**
- plugins/node/opentelemetry-instrumentation-dns/**
- plugins/node/opentelemetry-instrumentation-generic-pool/**
- plugins/node/opentelemetry-instrumentation-hapi/**
- plugins/node/opentelemetry-instrumentation-knex/**
- plugins/node/opentelemetry-instrumentation-koa/**
- plugins/node/opentelemetry-instrumentation-memcached/**
- plugins/node/opentelemetry-instrumentation-nestjs-core/**
- plugins/node/opentelemetry-instrumentation-restify/**
- plugins/node/opentelemetry-instrumentation-router/**
- propagators/opentelemetry-propagator-ot-trace/**
Loading

0 comments on commit 2662689

Please sign in to comment.