add components for nodejs agent (#1565)
* Add egg component * add koa component
This commit is contained in:
parent
7c2aa4c43a
commit
e3c6a4b1b1
|
|
@ -221,6 +221,12 @@ HttpServer:
|
|||
express:
|
||||
id: 4002
|
||||
languages: Node.js
|
||||
Egg:
|
||||
id: 4003
|
||||
languages: Node.js
|
||||
Koa:
|
||||
id: 4004
|
||||
languages: Node.js
|
||||
|
||||
# Component Server mapping defines the server display names of some components
|
||||
# e.g.
|
||||
|
|
|
|||
Loading…
Reference in New Issue