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 e59ba49  add python components (#5032)
e59ba49 is described below

commit e59ba49cd1b7780d660fcde03e50c520c5d0ceaa
Author: huawei <[email protected]>
AuthorDate: Sun Jul 5 21:48:31 2020 +0800

    add python components (#5032)
---
 .../server-bootstrap/src/main/resources/component-libraries.yml     | 6 ++++++
 1 file changed, 6 insertions(+)

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 1a0ce9e..9b3d035 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -395,6 +395,12 @@ Nginx:
 Python:
   id: 7000
   languages: Python
+Flask:
+  id: 7001
+  languages: Python
+Requests:
+  id: 7002
+  languages: Python
 
 
 # PHP components

Reply via email to