You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/09/20 05:23:18 UTC

[skywalking] branch master updated: add component definition for HikariCP. (#7755)

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 1730f2c  add component definition for HikariCP. (#7755)
1730f2c is described below

commit 1730f2c84bbd4da999ec2c74d1c26db31d5a0d24
Author: 业余布道师 <Vi...@outlook.com>
AuthorDate: Mon Sep 20 13:22:57 2021 +0800

    add component definition for HikariCP. (#7755)
---
 CHANGES.md                                                           | 2 +-
 oap-server/server-starter/src/main/resources/component-libraries.yml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 57b6d35..750edca 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -69,7 +69,7 @@ Release Notes.
 * Improve the speed of writing TiDB by batching the SQL execution.
 * Fix wrong service name when IP is node IP in `k8s-mesh`.
 * Support dynamic configurations for openAPI endpoint name grouping rule.
-* Add component definition for `Alibaba Druid`.
+* Add component definition for `Alibaba Druid` and `HikariCP`.
 
 #### 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 1b16919..1dfe1f9 100755
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -377,6 +377,9 @@ GuavaCache:
 AlibabaDruid:
   id: 115
   languages: Java
+HikariCP:
+  id: 116
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only