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 615bac8  feat: Add ClickHouse ID in component-libraries.yml (#7865)
615bac8 is described below

commit 615bac817e3850e69ef9800e4a68c2bef9f93dfb
Author: wallezhang <[email protected]>
AuthorDate: Sat Oct 9 12:26:14 2021 +0800

    feat: Add ClickHouse ID in component-libraries.yml (#7865)
---
 .../server-starter/src/main/resources/component-libraries.yml      | 7 +++++++
 1 file changed, 7 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 cc75fc2..1ea0a2a 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -386,6 +386,12 @@ Fastjson:
 Jackson:
   id: 118
   languages: Java
+ClickHouse-jdbc-driver:
+  id: 119
+  languages: Java
+ClickHouse:
+  id: 120
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only
@@ -630,3 +636,4 @@ Component-Server-Mappings:
   mssql-jdbc-driver: SqlServer
   Psychopg: PostgreSQL
   GoMysql: Mysql
+  ClickHouse-jdbc-driver: ClickHouse

Reply via email to