add C3P0 in component-libraries.yml (#12162)
This commit is contained in:
parent
fe2c4b5f3f
commit
9b2cca9b46
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue