You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
13
13
are also included.
14
14
15
15
Following instrumentations from the metapackage are included:
@@ -49,7 +49,7 @@ Instrumentations annotated with "*- default*" are loaded by default.
49
49
To only load specific instrumentations, specify the `OTEL_NODE_ENABLED_INSTRUMENTATIONS` environment variable in the lambda configuration.
50
50
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.
51
51
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
53
53
`@opentelemetry/instrumentation-` prefix.
54
54
55
55
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`.
84
84
Sample applications are provided to show usage of the above layer.
85
85
86
86
- 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