This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch nodejs/axios in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit 3ebeaecd29882688e86b7738150da3c87417ef4b Author: kezhenxu94 <[email protected]> AuthorDate: Sat Dec 19 20:13:35 2020 +0800 [Plugin] add NodeJS Axios component ID --- CHANGES.md | 1 + .../server-bootstrap/src/main/resources/component-libraries.yml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d18d020..8cd8d60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,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. diff --git a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml index 23045eb..836e830 100755 --- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml +++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml @@ -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
