You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/22 16:12:16 UTC

[skywalking] branch master updated: Add Nginx component ID to main repo (#4397)

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

wusheng 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 bc5bb84  Add Nginx component ID to main repo (#4397)
bc5bb84 is described below

commit bc5bb84bbc4874549e9410340f4154d3bef8e1f6
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Feb 23 00:12:04 2020 +0800

    Add Nginx component ID to main repo (#4397)
    
    * Add Nginx component ID to main repo
    
    * Update LUA as a separated part.
    
    * Update doc.
---
 .../server-bootstrap/src/main/resources/component-libraries.yml    | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 18c1246..3e60b51 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -276,7 +276,6 @@ AvroClient:
   id: 83
   languages: Java
 
-
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only
 AspNetCore:
@@ -352,6 +351,12 @@ ServiceCombServiceCenter:
   id: 5002
   languages: Golang
 
+# Lua components
+# [6000, 7000) for Lua agent
+Nginx:
+  id: 6000
+  languages: Lua
+
 # Component Server mapping defines the server display names of some components
 # e.g.
 # Jedis is a client library in Java for Redis server