You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/19 13:45:38 UTC

[skywalking] branch master updated: [Plugin] add NodeJS Axios component ID (#6033)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new b9c5776  [Plugin] add NodeJS Axios component ID (#6033)
b9c5776 is described below

commit b9c5776cfd95803e155755731e62ae7130001c84
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Sat Dec 19 21:45:19 2020 +0800

    [Plugin] add NodeJS Axios component ID (#6033)
---
 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 f3a72b1..bfeec7c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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.
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