File tree 1 file changed +2
-2
lines changed
content/en/docs/languages/js/automatic
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ the `@opentelemetry/instrumentation-` prefix.
52
52
For example, to enable only
53
53
[ @opentelemetry/instrumentation-http ] ( https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation-http )
54
54
and
55
- [ @opentelemetry/instrumentation-nestjs-core ] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core )
55
+ [ @opentelemetry/instrumentation-express ] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express )
56
56
instrumentations:
57
57
58
58
``` shell
59
- OTEL_NODE_ENABLED_INSTRUMENTATIONS=" http,nestjs-core "
59
+ OTEL_NODE_ENABLED_INSTRUMENTATIONS=" http,express "
60
60
```
You can’t perform that action at this time.
0 commit comments