add components for nodejs agent (#1565)
* Add egg component * add koa component
This commit is contained in:
parent
dd942d15a3
commit
513b8d689b
|
|
@ -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