From c04734438f00cb15cf476ada4869df07277bd985 Mon Sep 17 00:00:00 2001 From: lize Date: Fri, 28 Jan 2022 17:57:41 +0800 Subject: [PATCH 1/3] add plugin for mysqlclient --- .../server-starter/src/main/resources/component-libraries.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oap-server/server-starter/src/main/resources/component-libraries.yml b/oap-server/server-starter/src/main/resources/component-libraries.yml index acf29d2504a6..a8f67be2bfff 100644 --- a/oap-server/server-starter/src/main/resources/component-libraries.yml +++ b/oap-server/server-starter/src/main/resources/component-libraries.yml @@ -562,6 +562,9 @@ Celery: Falcon: id: 7012 languages: Python +MysqlClient: + id: 7013 + languages: Python # PHP components # [8000, 9000) for PHP agent From ebf0a86dcd152f8e990b8112afc5096814937c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Sat, 29 Jan 2022 14:36:13 +0800 Subject: [PATCH 2/3] Update component-libraries.yml --- .../server-starter/src/main/resources/component-libraries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/oap-server/server-starter/src/main/resources/component-libraries.yml b/oap-server/server-starter/src/main/resources/component-libraries.yml index a8f67be2bfff..840036575f1b 100644 --- a/oap-server/server-starter/src/main/resources/component-libraries.yml +++ b/oap-server/server-starter/src/main/resources/component-libraries.yml @@ -656,3 +656,4 @@ Component-Server-Mappings: GoMysql: Mysql ClickHouse-jdbc-driver: ClickHouse Apache-Kylin-jdbc-driver: Apache-Kylin + MysqlClient: Mysql From 7dee729e845f8a657f7688d04f0c2f4deb783658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Sat, 29 Jan 2022 14:37:37 +0800 Subject: [PATCH 3/3] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 53c9213e8852..da5dc91cf29b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -45,6 +45,7 @@ Release Notes. * Fix `SelfRemoteClient` self observing metrics. * Add env variables `SW_CLUSTER_INTERNAL_COM_HOST` and `SW_CLUSTER_INTERNAL_COM_PORT` for cluster selectors `zookeeper`,`consul`,`etcd` and `nacos`. * Doc update: `configuration-vocabulary`,`backend-cluster` about env variables `SW_CLUSTER_INTERNAL_COM_HOST` and `SW_CLUSTER_INTERNAL_COM_PORT`. +* Add Python MysqlClient component ID(7013) with mapping information. #### UI