Skip to content

Commit 966c21c

Browse files
committed
Fixed README.md
1 parent f193763 commit 966c21c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

nodejs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ To use, add the layer to your function configuration and then set `AWS_LAMBDA_EX
77

88
## Configuring auto instrumentation
99

10-
[AWS SDK v3 instrumentation](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-sdk)
10+
[AWS SDK v3 instrumentation](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-aws-sdk)
1111
is included and loaded automatically by default.
12-
A subset of instrumentations from the [OTEL auto-instrumentations-node metapackage](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/metapackages/auto-instrumentations-node)
12+
A subset of instrumentations from the [OTEL auto-instrumentations-node metapackage](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/auto-instrumentations-node)
1313
are also included.
1414

1515
Following instrumentations from the metapackage are included:
@@ -49,7 +49,7 @@ Instrumentations annotated with "*- default*" are loaded by default.
4949
To only load specific instrumentations, specify the `OTEL_NODE_ENABLED_INSTRUMENTATIONS` environment variable in the lambda configuration.
5050
This disables all the defaults, and only enables the ones you specify. Selectively disabling instrumentations from the defaults is also possible with the `OTEL_NODE_DISABLED_INSTRUMENTATIONS` environment variable.
5151

52-
The environment variables should be set to a comma-separated list of the instrumentation package names without the
52+
The environment variables should be set to a comma-separated list of the instrumentation package names without the
5353
`@opentelemetry/instrumentation-` prefix.
5454

5555
For example, to enable only `@opentelemetry/instrumentation-http` and `@opentelemetry/instrumentation-undici`:
@@ -84,4 +84,4 @@ You'll find the generated layer zip file at `./packages/layer/build/layer.zip`.
8484
Sample applications are provided to show usage of the above layer.
8585

8686
- Application using AWS SDK - shows using the wrapper with an application using AWS SDK without code change.
87-
- [WIP] [Using OTel Public Layer](./sample-apps/aws-sdk)
87+
- [WIP] [Using OTel Public Layer](./sample-apps/aws-sdk)

0 commit comments

Comments
 (0)