Skip to content

Commit 4b4fb43

Browse files
Merge pull request #208789 from AaronMaxwell/update-nodejs-support
Updating node.js supported modules
2 parents bd0cc38 + fc731cd commit 4b4fb43

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

articles/azure-monitor/app/auto-collect-dependencies.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Application Insights automatically collect and visualize dependenci
44
ms.topic: reference
55
ms.devlang: csharp, java, javascript
66
ms.custom: devx-track-dotnet
7-
ms.date: 05/06/2020
7+
ms.date: 08/22/2022
88
ms.reviewer: mmcc
99
---
1010

@@ -62,19 +62,7 @@ Below is the currently supported list of dependency calls that are automatically
6262
6363
## Node.js
6464

65-
| Communication libraries | Versions |
66-
| ------------------------|----------|
67-
| [HTTP](https://nodejs.org/api/http.html), [HTTPS](https://nodejs.org/api/https.html) | 0.10+ |
68-
| <b>Storage clients</b> | |
69-
| [Redis](https://www.npmjs.com/package/redis) | 2.x - 3.x |
70-
| [MongoDb](https://www.npmjs.com/package/mongodb); [MongoDb Core](https://www.npmjs.com/package/mongodb-core) | 2.x - 3.x |
71-
| [MySQL](https://www.npmjs.com/package/mysql) | 2.x |
72-
| [PostgreSql](https://www.npmjs.com/package/pg); | 6.x - 8.x |
73-
| [pg-pool](https://www.npmjs.com/package/pg-pool) | 1.x - 2.x |
74-
| <b>Logging libraries</b> | |
75-
| [console](https://nodejs.org/api/console.html) | 0.10+ |
76-
| [Bunyan](https://www.npmjs.com/package/bunyan) | 1.x |
77-
| [Winston](https://www.npmjs.com/package/winston) | 2.x - 3.x |
65+
A list of the latest [currently-supported modules](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers) is maintained [here](https://github.com/microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers).
7866

7967
## JavaScript
8068

0 commit comments

Comments
 (0)