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 a3d60a7  [Plugin] add Lua kong component ID (#6748)
a3d60a7 is described below

commit a3d60a7d062d672a9f2b87fe570d88ed3d188ad5
Author: Daming <[email protected]>
AuthorDate: Wed Apr 14 16:16:26 2021 +0800

    [Plugin] add Lua kong component ID (#6748)
---
 .github/actions/skip/action.yml                                       | 1 +
 .../server-bootstrap/src/main/resources/component-libraries.yml       | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/actions/skip/action.yml b/.github/actions/skip/action.yml
index 489ae28..60c30ff 100644
--- a/.github/actions/skip/action.yml
+++ b/.github/actions/skip/action.yml
@@ -36,6 +36,7 @@ inputs:
       ".github/workflows/codeql.yaml"
       "dist-material/release-docs"
       "test/plugin/*"
+      "*/component-libraries.yml"
 
 runs:
   using: "composite"
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 61fc318..f2d98ea 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -458,7 +458,9 @@ GoMicroServer:
 Nginx:
   id: 6000
   languages: Lua
-
+Kong:
+  id: 6001
+  languages: Lua
 
 # [7000, 8000) are reserved for Python components
 Python:

Reply via email to