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
The instrumentations from the [OTEL auto-instrumentations-node metapackage](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/metapackages/auto-instrumentations-node)
13
-
are also included, except for `cucumber, generic-pool, lru-memoizer`.
14
-
15
-
Following instrumentations from the metapackage are automatically loaded by default:
16
-
-`dns`
17
-
-`express`
18
-
-`graphql`
19
-
-`grpc`
20
-
-`hapi`
21
-
-`http`
22
-
-`ioredis`
23
-
-`koa`
24
-
-`mongodb`
25
-
-`mysql`
26
-
-`net`
27
-
-`pg`
28
-
-`redis`
29
-
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)
13
+
are also included.
14
+
15
+
Following instrumentations from the metapackage are included:
16
+
-`amqplib`
17
+
-`bunyan`
18
+
-`cassandra-driver`
19
+
-`connect`
20
+
-`dataloader`
21
+
-`dns`*- default*
22
+
-`express`*- default*
23
+
-`fs`
24
+
-`graphql`*- default*
25
+
-`grpc`*- default*
26
+
-`hapi`*- default*
27
+
-`http`*- default*
28
+
-`ioredis`*- default*
29
+
-`kafkajs`
30
+
-`knex`
31
+
-`koa`*- default*
32
+
-`memcached`
33
+
-`mongodb`*- default*
34
+
-`mongoose`
35
+
-`mysql`*- default*
36
+
-`mysql2`
37
+
-`nestjs-core`
38
+
-`net`*- default*
39
+
-`pg`*- default*
40
+
-`pino`
41
+
-`redis`*- default*
42
+
-`restify`
43
+
-`socket.io`
44
+
-`undici`
45
+
-`winston`
46
+
47
+
Instrumentations annotated with "*- default*" are loaded by default.
30
48
To only load specific instrumentations, specify the `OTEL_NODE_ENABLED_INSTRUMENTATIONS` environment variable in the lambda configuration.
31
-
This disables all the defaults mentioned above, and only enable the ones you specify. Selectively disabling instrumentations from the defaults is also possible with the `OTEL_NODE_DISABLED_INSTRUMENTATIONS` environment variable.
49
+
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.
32
50
33
51
The environment variables should be set to a comma-separated list of the instrumentation package names without the
0 commit comments