diff --git a/content/en/docs/zero-code/js/configuration.md b/content/en/docs/zero-code/js/configuration.md index df41219c564b..29aa919cfcaf 100644 --- a/content/en/docs/zero-code/js/configuration.md +++ b/content/en/docs/zero-code/js/configuration.md @@ -62,7 +62,7 @@ prefix. For example, to enable only [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http) and -[@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express) +[@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-express) instrumentations: ```shell @@ -77,7 +77,7 @@ comma-separated list of the instrumentation library names without the `@opentelemetry/instrumentation-` prefix. For example, to disable only -[@opentelemetry/instrumentation-fs](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-fs) +[@opentelemetry/instrumentation-fs](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-fs) and [@opentelemetry/instrumentation-grpc](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-grpc) instrumentations: diff --git a/data/registry/instrumentation-js-amqplib.yml b/data/registry/instrumentation-js-amqplib.yml index 3926551469f9..7075a688382a 100644 --- a/data/registry/instrumentation-js-amqplib.yml +++ b/data/registry/instrumentation-js-amqplib.yml @@ -16,6 +16,6 @@ package: registry: npm version: 0.49.0 urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-amqplib createdAt: 2020-06-15 isFirstParty: false diff --git a/data/registry/instrumentation-js-cucumber.yml b/data/registry/instrumentation-js-cucumber.yml index 733b2f20cd53..812e0c8bd451 100644 --- a/data/registry/instrumentation-js-cucumber.yml +++ b/data/registry/instrumentation-js-cucumber.yml @@ -12,7 +12,7 @@ description: authors: - name: OpenTelemetry Authors urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-cucumber + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-cucumber createdAt: 2022-10-27 package: registry: npm diff --git a/data/registry/instrumentation-js-dataloader.yml b/data/registry/instrumentation-js-dataloader.yml index 67ed6ebe47a9..4e8a04aafaf6 100644 --- a/data/registry/instrumentation-js-dataloader.yml +++ b/data/registry/instrumentation-js-dataloader.yml @@ -12,7 +12,7 @@ description: This module provides an instrumentation library for the injection of trace context to dataloader urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-dataloader + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-dataloader createdAt: 2022-10-27 package: registry: npm diff --git a/data/registry/instrumentation-js-fs.yml b/data/registry/instrumentation-js-fs.yml index c1b4cfab319f..9cae86c565a9 100644 --- a/data/registry/instrumentation-js-fs.yml +++ b/data/registry/instrumentation-js-fs.yml @@ -10,7 +10,7 @@ description: This module provides an instrumentation library for fs. authors: - name: OpenTelemetry Authors urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-fs + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-fs createdAt: 2021-07-08 package: registry: npm diff --git a/data/registry/instrumentation-js-lru-memoizer.yml b/data/registry/instrumentation-js-lru-memoizer.yml index 272437377209..8f53722ca974 100644 --- a/data/registry/instrumentation-js-lru-memoizer.yml +++ b/data/registry/instrumentation-js-lru-memoizer.yml @@ -12,7 +12,7 @@ description: authors: - name: OpenTelemetry Authors urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-lru-memoizer + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-lru-memoizer createdAt: 2022-10-27 package: registry: npm diff --git a/data/registry/instrumentation-js-mongoose-instrumentation.yml b/data/registry/instrumentation-js-mongoose-instrumentation.yml index 0d47ead182e3..fe2daff4cd25 100644 --- a/data/registry/instrumentation-js-mongoose-instrumentation.yml +++ b/data/registry/instrumentation-js-mongoose-instrumentation.yml @@ -11,7 +11,7 @@ description: Mongoose instrumentation for Node.js. authors: - name: OpenTelemetry Authors urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-mongoose + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mongoose createdAt: 2021-02-17 package: registry: npm diff --git a/data/registry/instrumentation-js-runtimenode.yml b/data/registry/instrumentation-js-runtimenode.yml index a368921a9976..2b0ddf8d6bd8 100644 --- a/data/registry/instrumentation-js-runtimenode.yml +++ b/data/registry/instrumentation-js-runtimenode.yml @@ -7,7 +7,7 @@ tags: - instrumentation - js urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-runtime-node + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-runtime-node license: Apache 2.0 description: This module provides automatic metric instrumentation that exposes diff --git a/data/registry/instrumentation-js-socket.io.yml b/data/registry/instrumentation-js-socket.io.yml index cddb3dd4a30d..2e95614fdf09 100644 --- a/data/registry/instrumentation-js-socket.io.yml +++ b/data/registry/instrumentation-js-socket.io.yml @@ -11,7 +11,7 @@ description: authors: - name: OpenTelemetry Authors urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-socket.io + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-socket.io createdAt: 2022-10-27 package: registry: npm diff --git a/data/registry/instrumentation-js-tedious.yml b/data/registry/instrumentation-js-tedious.yml index e51837fb4c61..46660db3779d 100644 --- a/data/registry/instrumentation-js-tedious.yml +++ b/data/registry/instrumentation-js-tedious.yml @@ -11,7 +11,7 @@ description: authors: - name: OpenTelemetry Authors urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-tedious createdAt: 2022-10-27 package: registry: npm diff --git a/data/registry/instrumentation-js-undici.yml b/data/registry/instrumentation-js-undici.yml index f79a3e295c9c..b4c5b8cb9cf2 100644 --- a/data/registry/instrumentation-js-undici.yml +++ b/data/registry/instrumentation-js-undici.yml @@ -7,7 +7,7 @@ tags: - instrumentation - js urls: - repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-undici + repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-undici license: Apache 2.0 description: This module provides automatic instrumentation for diff --git a/static/refcache.json b/static/refcache.json index 771286ceaee3..0a33c70bbee6 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -9487,43 +9487,47 @@ "StatusCode": 200, "LastSeen": "2025-02-06T02:15:12.345Z" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-amqplib": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-amqplib": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:31.909108-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-cucumber": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-cucumber": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:35.72653-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-dataloader": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-dataloader": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:36.276663-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-fs": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-express": { + "StatusCode": 206, + "LastSeen": "2025-07-09T14:42:15.307572774Z" + }, + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-fs": { "StatusCode": 206, "LastSeen": "2025-01-16T11:37:43.088777-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-lru-memoizer": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-lru-memoizer": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:43.860538-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-mongoose": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mongoose": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:45.519694-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-runtime-node": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-runtime-node": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:54.75628-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-socket.io": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-socket.io": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:55.793418-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-tedious": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:56.34055-05:00" }, - "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-undici": { + "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-undici": { "StatusCode": 206, "LastSeen": "2025-01-16T11:39:57.529249-05:00" },