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 9b2cca9b46 add C3P0 in component-libraries.yml (#12162)
9b2cca9b46 is described below
commit 9b2cca9b4619090eb8e0b4c3ae2053c4c59d7488
Author: Chen Ziyan <[email protected]>
AuthorDate: Fri Apr 26 07:53:12 2024 +0800
add C3P0 in component-libraries.yml (#12162)
---
docs/en/changes/changes.md | 1 +
oap-server/server-starter/src/main/resources/component-libraries.yml | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index ef10ed66e1..a82d5e0930 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -117,6 +117,7 @@
* Fix inaccurate MySQL/MariaDB, Redis, PostgreSQL metrics.
* Support DoubleValue,IntValue,BoolValue in OTEL metrics attributes.
* [Break Change] gGRPC metrics exporter unified the metric value type and
support labeled metrics.
+* Add component definition(ID=152) for `c3p0`(JDBC3 Connection and Statement
Pooling).
#### 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 e52b898518..ce0b95e95c 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -505,7 +505,9 @@ Nacos:
Netty-http:
id: 151
languages: Java
-
+c3p0:
+ id: 152
+ languages: Java
# .NET/.NET Core components
# [3000, 4000) for C#/.NET only