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/08/07 03:23:16 UTC

[skywalking] 01/01: Add Python language to MongoDB component

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

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

commit 006a312d57ae5999ca03bba36384a7cff2a55668
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Aug 7 11:22:57 2020 +0800

    Add Python language to MongoDB component
---
 .../server-bootstrap/src/main/resources/component-libraries.yml       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 e8cd83f..77c1d8a 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -58,7 +58,7 @@ Motan:
   languages: Java
 MongoDB:
   id: 9
-  languages: Java,C#,Node.js
+  languages: Java,C#,Node.js,Python
 Resin:
   id: 10
   languages: Java
@@ -496,4 +496,4 @@ Component-Server-Mappings:
   Mysqli: Mysql
   influxdb-java: InfluxDB
   Predis: Redis
-  PyMysql: Mysql
\ No newline at end of file
+  PyMysql: Mysql