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 12:14:16 UTC

[skywalking] branch nodejs/axios created (now 3ebeaec)

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

kezhenxu94 pushed a change to branch nodejs/axios
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 3ebeaec  [Plugin] add NodeJS Axios component ID

This branch includes the following new commits:

     new 3ebeaec  [Plugin] add NodeJS Axios component ID

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: [Plugin] add NodeJS Axios component ID

Posted by ke...@apache.org.
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 <ke...@apache.org>
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