@@ -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
@@ -1910,6 +1950,22 @@ libraries:
19101950 target_versions :
19111951 javaagent :
19121952 - io.vertx:vertx-redis-client:[4.0.0,)
1953+ - name : vertx-sql-client-5.0
1954+ source_path : instrumentation/vertx/vertx-sql-client/vertx-sql-client-5.0
1955+ minimum_java_version : 11
1956+ scope :
1957+ name : io.opentelemetry.vertx-sql-client-5.0
1958+ target_versions :
1959+ javaagent :
1960+ - io.vertx:vertx-sql-client:[5.0.0,)
1961+ - name : vertx-http-client-5.0
1962+ source_path : instrumentation/vertx/vertx-http-client/vertx-http-client-5.0
1963+ minimum_java_version : 11
1964+ scope :
1965+ name : io.opentelemetry.vertx-http-client-5.0
1966+ target_versions :
1967+ javaagent :
1968+ - io.vertx:vertx-core:[5.0.0,)
19131969 - name : vertx-web-3.0
19141970 source_path : instrumentation/vertx/vertx-web-3.0
19151971 scope :
@@ -1918,19 +1974,19 @@ libraries:
19181974 javaagent :
19191975 - io.vertx:vertx-web:[3.0.0,)
19201976 - name : vertx-sql-client-4.0
1921- source_path : instrumentation/vertx/vertx-sql-client-4.0
1977+ source_path : instrumentation/vertx/vertx-sql-client/vertx-sql-client -4.0
19221978 scope :
19231979 name : io.opentelemetry.vertx-sql-client-4.0
19241980 target_versions :
19251981 javaagent :
1926- - io.vertx:vertx-sql-client:[4.0.0,)
1982+ - io.vertx:vertx-sql-client:[4.0.0,5 )
19271983 - name : vertx-http-client-4.0
19281984 source_path : instrumentation/vertx/vertx-http-client/vertx-http-client-4.0
19291985 scope :
19301986 name : io.opentelemetry.vertx-http-client-4.0
19311987 target_versions :
19321988 javaagent :
1933- - io.vertx:vertx-core:[4.0.0,)
1989+ - io.vertx:vertx-core:[4.0.0,5 )
19341990 - name : vertx-rx-java-3.5
19351991 source_path : instrumentation/vertx/vertx-rx-java-3.5
19361992 scope :
@@ -2051,6 +2107,10 @@ internal:
20512107 source_path : instrumentation/opentelemetry-api/opentelemetry-api-1.32
20522108 scope :
20532109 name : io.opentelemetry.opentelemetry-api-1.32
2110+ - name : opentelemetry-api-1.50
2111+ source_path : instrumentation/opentelemetry-api/opentelemetry-api-1.50
2112+ scope :
2113+ name : io.opentelemetry.opentelemetry-api-1.50
20542114- name : opentelemetry-api-1.42
20552115 source_path : instrumentation/opentelemetry-api/opentelemetry-api-1.42
20562116 scope :
0 commit comments