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 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..840036575f1b 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 @@ -653,3 +656,4 @@ Component-Server-Mappings: GoMysql: Mysql ClickHouse-jdbc-driver: ClickHouse Apache-Kylin-jdbc-driver: Apache-Kylin + MysqlClient: Mysql