[Plugin] add NodeJS Axios component ID (#6033)

This commit is contained in:
Zhenxu Ke 2020-12-19 21:45:19 +08:00 committed by GitHub
parent de3ccecd22
commit b9c5776cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Release Notes.
* Add component ID for Python aiohttp plugin requester and server.
* Fix H2 in-memory database table missing issues
* Add component ID for Python pyramid plugin server.
* Add component ID for NodeJS Axios plugin.
#### UI
* Fix un-removed tags in trace query.

View File

@ -404,7 +404,7 @@ SmartSql:
HttpServer:
id: 4001
languages: Node.js
express:
Express:
id: 4002
languages: Node.js
Egg:
@ -413,6 +413,9 @@ Egg:
Koa:
id: 4004
languages: Node.js
Axios:
id: 4005
languages: Node.js
# Golang components
# [5000, 6000) for Golang agent