@@ -54,6 +54,46 @@ libraries:
5454 - com.alibaba:druid:(,)
5555 library :
5656 - com.alibaba:druid:1.0.0
57+ metrics :
58+ - name : db.client.connections.usage
59+ description : The number of connections that are currently in state described
60+ by the state attribute.
61+ type : LONG_SUM
62+ unit : connections
63+ attributes :
64+ - name : pool.name
65+ type : STRING
66+ - name : state
67+ type : STRING
68+ - name : db.client.connections.pending_requests
69+ description : The number of pending requests for an open connection, cumulative
70+ for the entire pool.
71+ type : LONG_SUM
72+ unit : requests
73+ attributes :
74+ - name : pool.name
75+ type : STRING
76+ - name : db.client.connections.max
77+ description : The maximum number of open connections allowed.
78+ type : LONG_SUM
79+ unit : connections
80+ attributes :
81+ - name : pool.name
82+ type : STRING
83+ - name : db.client.connections.idle.min
84+ description : The minimum number of idle open connections allowed.
85+ type : LONG_SUM
86+ unit : connections
87+ attributes :
88+ - name : pool.name
89+ type : STRING
90+ - name : db.client.connections.idle.max
91+ description : The maximum number of idle open connections allowed.
92+ type : LONG_SUM
93+ unit : connections
94+ attributes :
95+ - name : pool.name
96+ type : STRING
5797 apache :
5898 - name : apache-shenyu-2.4
5999 source_path : instrumentation/apache-shenyu-2.4
@@ -831,7 +871,7 @@ libraries:
831871 services.
832872 type : map
833873 default : ' '
834- - name : otel.instrumentation.jdbc.capture-query-parameters
874+ - name : otel.instrumentation.jdbc.experimental. capture-query-parameters
835875 description : |
836876 Sets whether the query parameters should be captured as span attributes named <code>db.query.parameter.<key></code>. Enabling this option disables the statement sanitization.<p>WARNING: captured query parameters may contain sensitive information such as passwords, personally identifiable information or protected health info.
837877 type : boolean
@@ -1923,14 +1963,14 @@ libraries:
19231963 name : io.opentelemetry.vertx-sql-client-4.0
19241964 target_versions :
19251965 javaagent :
1926- - io.vertx:vertx-sql-client:[4.0.0,)
1966+ - io.vertx:vertx-sql-client:[4.0.0,5 )
19271967 - name : vertx-http-client-4.0
19281968 source_path : instrumentation/vertx/vertx-http-client/vertx-http-client-4.0
19291969 scope :
19301970 name : io.opentelemetry.vertx-http-client-4.0
19311971 target_versions :
19321972 javaagent :
1933- - io.vertx:vertx-core:[4.0.0,)
1973+ - io.vertx:vertx-core:[4.0.0,5 )
19341974 - name : vertx-rx-java-3.5
19351975 source_path : instrumentation/vertx/vertx-rx-java-3.5
19361976 scope :
@@ -2051,6 +2091,10 @@ internal:
20512091 source_path : instrumentation/opentelemetry-api/opentelemetry-api-1.32
20522092 scope :
20532093 name : io.opentelemetry.opentelemetry-api-1.32
2094+ - name : opentelemetry-api-1.50
2095+ source_path : instrumentation/opentelemetry-api/opentelemetry-api-1.50
2096+ scope :
2097+ name : io.opentelemetry.opentelemetry-api-1.50
20542098- name : opentelemetry-api-1.42
20552099 source_path : instrumentation/opentelemetry-api/opentelemetry-api-1.42
20562100 scope :
0 commit comments