1 | # Diagnostic Channel Publishers
|
2 | Provides a set of patches for common Node.js modules to publish instrumentation
|
3 | data to the [diagnostic-channel](https://github.com/Microsoft/node-diagnostic-channel) channel.
|
4 |
|
5 | ## Currently-supported modules
|
6 | * [`@azure/*`](https://azure.github.io/azure-sdk/releases/latest/index.html#javascript) latest, Currently Cognitive Search, Communication Common and Cosmos DB SDKs are not supported.
|
7 | * [`redis`](https://github.com/NodeRedis/node_redis) v2.x, v3.x
|
8 | * [`mysql`](https://github.com/mysqljs/mysql) v2.x
|
9 | * [`mongodb`](https://github.com/mongodb/node-mongodb-native) v2.x, v3.x
|
10 | * [`pg`](https://github.com/brianc/node-postgres) v6.x, v7.x, v8.x
|
11 | * [`pg-pool`](https://github.com/brianc/node-pg-pool) v1.x, v2.x
|
12 | * [`bunyan`](https://github.com/trentm/node-bunyan) v1.x
|
13 | * [`winston`](https://github.com/winstonjs/winston) v2.x, v3.x
|
14 |
|