Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/blog/2023/end-user-q-and-a-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,18 @@ organization.
### Are you seeing the benefits of using OpenTelemetry with GraphQL in your production environments?

Using the
[GraphQL OpenTelemetry plugin-for Node.js](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql)
[GraphQL OpenTelemetry plugin-for Node.js](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-graphql)
made it super easy to identify an issue with a GraphQL resolver that was acting
up in production.

### Were the outputs produced by the instrumentation libraries that you used meaningful to you, or did you have to make any adjustments?

On the Node.js side, the team used auto-instrumentation for
[HTTP](https://www.npmjs.com/package/@opentelemetry/instrumentation-http),
[Express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express),
[GraphQL](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql),
[Express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-express),
[GraphQL](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-graphql),
and also the
[AWS SDK](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-sdk)
[AWS SDK](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-aws-sdk)
on some systems.

The most useful instrumentation was GraphQL and AWS SDK. Although GraphQL
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/js/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const sdk = new NodeSDK({
Some instrumentation libraries offer additional configuration options.

For example,
[Express instrumentation](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express#express-instrumentation-options)
[Express instrumentation](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-express#express-instrumentation-options)
offers ways to ignore specified middleware or enrich spans created automatically
with a request hook:

Expand Down
3 changes: 1 addition & 2 deletions content/en/docs/languages/js/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ DockerCGroupV1Detector found resource. Resource {

There are more resource detectors you can add to your configuration, for example
to get details about your [Cloud] environment or [Deployment]. For more, see the
complete
[list of detectors](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node).
[packages named `resource-detector-*` in the opentelemetry-js-contrib repository](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages).

[getting started - node.js]: /docs/languages/js/getting-started/nodejs/
[process and process runtime resources]: /docs/specs/semconv/resource/process/
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/zero-code/js/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OTEL_NODE_RESOURCE_DETECTORS=env,host
## Excluding instrumentation libraries

By default, all
[supported instrumentation libraries](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/metapackages/auto-instrumentations-node/README.md#supported-instrumentations)
[supported instrumentation libraries](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/README.md#supported-instrumentations)
are enabled, but you can use environment variables to enable or disable specific
instrumentations.

Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: AWS Lambda instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-lambda
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-aws-lambda
createdAt: 2021-07-08
package:
name: '@opentelemetry/instrumentation-aws-lambda'
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-aws-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors:
- name: Aspecto Authors
email: [email protected]
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-sdk
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-aws-sdk
createdAt: 2020-06-15
package:
name: '@opentelemetry/instrumentation-aws-sdk'
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-bunyan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Instrumentation library for Bunyan.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-bunyan
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-bunyan
createdAt: 2021-07-08
package:
name: '@opentelemetry/instrumentation-bunyan'
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-cassandra-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Instrumentation library for Cassandra driver.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-cassandra
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-cassandra-driver
createdAt: 2021-07-08
package:
name: '@opentelemetry/instrumentation-cassandra-driver'
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Connect instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-connect
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-connect
createdAt: 2020-11-09
package:
name: '@opentelemetry/instrumentation-connect'
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: DNS instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-dns
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-dns
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-document-load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Document Load instrumentation for Browser.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-document-load
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-document-load
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Express instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-express
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-fastify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: OpenTelemetry fastify automatic instrumentation library
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-fastify
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-fastify
createdAt: 2020-08-28
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-generic-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: generic-pool instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-generic-pool
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-generic-pool
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: GraphQL instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-graphql
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-hapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Hapi instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-hapi
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-hapi
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-ioredis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: ioRedis instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-ioredis
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-ioredis
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-knex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Instrumentation library for Knex.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-knex
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-knex
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-koa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Koa instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-koa
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-koa
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-long-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Instrumentation library for net module.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-long-task
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-long-task
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-memcached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Instrumentation library for memcached.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-memcached
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-memcached
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: MongoDB instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mongodb
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: MySQL instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mysql
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mysql
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-mysql2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: MySQL2 instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mysql2
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mysql2
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-nestjs-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description:
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-nestjs-core
createdAt: 2021-07-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-nestjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: OpenTelemetry NestJS automatic instrumentation library
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-nestjs-core
createdAt: 2021-07-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Instrumentation library for net module.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-net
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-net
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-oracledb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors:
- name: Sudarshan Soma (Oracle)
email: [email protected]
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-oracledb
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-oracledb
createdAt: 2025-05-22
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: PostgreSQL instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-pillarjs-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description:
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-restify
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-restify
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-pino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Instrumentation library for pino.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pino
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pino
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: Instrumentation library for pg.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pg
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-react-load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: React loading automatic instrumentation
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-plugin-react-load
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/plugin-react-load
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-redis-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
description:
This module provides automatic instrumentation for the `redis@^4.0.0` package.
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-redis-4
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-redis-4
createdAt: 2022-10-27
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Redis instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-redis
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-redis
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-restify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Instrumentation library for restify.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-restify
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-restify
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Router instrumentation for Node.js.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-router
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-router
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-user-interaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: User Interaction instrumentation for browsers.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-user-interaction
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-user-interaction
createdAt: 2020-11-09
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-js-winston.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Instrumentation library for Winston.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-winston
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-winston
createdAt: 2021-07-08
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/resource-detector-js-alibabacloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Resource detector for Alibaba Cloud
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-alibaba-cloud
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/resource-detector-alibaba-cloud
createdAt: 2022-12-07
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/resource-detector-js-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Resource detector for Amazon Web Services.
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-aws
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/resource-detector-aws
createdAt: 2022-12-07
package:
registry: npm
Expand Down
2 changes: 1 addition & 1 deletion data/registry/resource-detector-js-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Resource detector for Azure
authors:
- name: OpenTelemetry Authors
urls:
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/detectors/node/opentelemetry-resource-detector-azure
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/resource-detector-azure
createdAt: 2022-12-07
package:
registry: npm
Expand Down
Loading