Skip to content

Commit a2e1f0b

Browse files
authored
Merge pull request #25320 from markwolff/patch-1
update node appinsights autocollect dependencies
2 parents edab7f1 + bb9e6f8 commit a2e1f0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ Below is the currently supported list of dependency calls that are automatically
7272
| [HTTP](https://nodejs.org/api/http.html), [HTTPS](https://nodejs.org/api/https.html) | 0.10+ |
7373
| <b>Storage clients</b> | |
7474
| [Redis](https://www.npmjs.com/package/redis) | 2.x |
75-
| [MongoDb](https://www.npmjs.com/package/mongodb); [MongoDb Core](https://www.npmjs.com/package/mongodb-core) | 2.0.0 - 2.3.0 |
76-
| [MySQL](https://www.npmjs.com/package/mysql) | 2.0.0 - 2.14.x |
77-
| [PostgreSql](https://www.npmjs.com/package/pg); | 6.x |
78-
| [pg-pool](https://www.npmjs.com/package/pg-pool) | 1.x |
75+
| [MongoDb](https://www.npmjs.com/package/mongodb); [MongoDb Core](https://www.npmjs.com/package/mongodb-core) | 2.x - 3.x |
76+
| [MySQL](https://www.npmjs.com/package/mysql) | 2.0.0 - 2.16.x |
77+
| [PostgreSql](https://www.npmjs.com/package/pg); | 6.x - 7.x |
78+
| [pg-pool](https://www.npmjs.com/package/pg-pool) | 1.x - 2.x |
7979
| <b>Logging libraries</b> | |
8080
| [console](https://nodejs.org/api/console.html) | 0.10+ |
8181
| [Bunyan](https://www.npmjs.com/package/bunyan) | 1.x |
82-
| [Winston](https://www.npmjs.com/package/winston) | 2.x |
82+
| [Winston](https://www.npmjs.com/package/winston) | 2.x - 3.x |
8383

8484
## JavaScript
8585

0 commit comments

Comments
 (0)