[Plugin] add NodeJS Axios component ID (#6033)
This commit is contained in:
parent
de3ccecd22
commit
b9c5776cfd
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue