@@ -58,7 +58,7 @@ apache:
58
58
srcPath : instrumentation/apache-httpclient/apache-httpclient-4.3
59
59
target_versions :
60
60
library :
61
- - org.apache.httpcomponents:httpclient:4.3
61
+ - org.apache.httpcomponents:httpclient:[ 4.3,4.+)
62
62
- name : apache-httpclient-4.0
63
63
srcPath : instrumentation/apache-httpclient/apache-httpclient-4.0
64
64
target_versions :
137
137
- com.amazonaws:aws-java-sdk-sqs:[1.10.33,)
138
138
- com.amazonaws:aws-java-sdk-core:[1.10.33,)
139
139
library :
140
- - com.amazonaws:aws-java-sdk-sqs:1.11.106
140
+ - com.amazonaws:aws-java-sdk-sqs:[ 1.11.106,1.12.583)
141
141
- com.amazonaws:aws-java-sdk-core:1.11.0
142
142
- name : aws-sdk-2.2
143
143
srcPath : instrumentation/aws-sdk/aws-sdk-2.2
@@ -204,10 +204,13 @@ cassandra:
204
204
- name : cassandra-3.0
205
205
srcPath : instrumentation/cassandra/cassandra-3.0
206
206
target_versions :
207
- javaagent : []
207
+ javaagent :
208
+ - com.datastax.cassandra:cassandra-driver-core:[3.0,4.0)
208
209
clickhouse :
209
210
instrumentations :
210
211
- name : clickhouse-client-0.5
212
+ description : Instruments the V1 ClickHouseClient, providing database client spans
213
+ and metrics.
211
214
srcPath : instrumentation/clickhouse-client-0.5
212
215
target_versions :
213
216
javaagent :
@@ -352,7 +355,7 @@ graphql:
352
355
javaagent :
353
356
- com.graphql-java:graphql-java:[12,20)
354
357
library :
355
- - com.graphql-java:graphql-java:12.0
358
+ - com.graphql-java:graphql-java:[ 12.0,19.+)
356
359
- name : graphql-java-20.0
357
360
srcPath : instrumentation/graphql-java/graphql-java-20.0
358
361
target_versions :
@@ -651,7 +654,7 @@ jetty:
651
654
javaagent :
652
655
- org.eclipse.jetty:jetty-client:[9.2,10)
653
656
library :
654
- - org.eclipse.jetty:jetty-client:9.2.0.v20140526
657
+ - org.eclipse.jetty:jetty-client:[ 9.2.0.v20140526,9.+)
655
658
- name : jetty-11.0
656
659
srcPath : instrumentation/jetty/jetty-11.0
657
660
target_versions :
@@ -765,8 +768,8 @@ ktor:
765
768
- io.ktor:ktor-client-core:[2.0.0,3.0.0)
766
769
- io.ktor:ktor-server-core:[2.0.0,3.0.0)
767
770
library :
768
- - io.ktor:ktor-server -core:2.0.0
769
- - io.ktor:ktor-client -core:2.0.0
771
+ - io.ktor:ktor-client -core:[ 2.0.0,2.+)
772
+ - io.ktor:ktor-server -core:[ 2.0.0,2.+)
770
773
- name : ktor-3.0
771
774
srcPath : instrumentation/ktor/ktor-3.0
772
775
target_versions :
@@ -780,7 +783,7 @@ ktor:
780
783
srcPath : instrumentation/ktor/ktor-1.0
781
784
target_versions :
782
785
library :
783
- - io.ktor:ktor-server-core:1.0.0
786
+ - io.ktor:ktor-server-core:[ 1.0.0,1.+)
784
787
kubernetes :
785
788
instrumentations :
786
789
- name : kubernetes-client-7.0
@@ -1049,7 +1052,7 @@ oshi:
1049
1052
javaagent :
1050
1053
- com.github.oshi:oshi-core:[5.3.1,)
1051
1054
library :
1052
- - com.github.oshi:oshi-core:$oshiVersion
1055
+ - com.github.oshi:oshi-core:5.3.1
1053
1056
payara :
1054
1057
instrumentations :
1055
1058
- name : payara
@@ -1069,8 +1072,11 @@ pekko:
1069
1072
srcPath : instrumentation/pekko/pekko-http-1.0
1070
1073
target_versions :
1071
1074
javaagent :
1075
+ - com.softwaremill.sttp.tapir:tapir-pekko-http-server_3:[1.7,)
1076
+ - com.softwaremill.sttp.tapir:tapir-pekko-http-server_2.12:[1.7,)
1072
1077
- org.apache.pekko:pekko-http_2.12:[1.0,)
1073
1078
- org.apache.pekko:pekko-http_3:[1.0,)
1079
+ - com.softwaremill.sttp.tapir:tapir-pekko-http-server_2.13:[1.7,)
1074
1080
- org.apache.pekko:pekko-http_2.13:[1.0,)
1075
1081
play :
1076
1082
instrumentations :
@@ -1233,7 +1239,7 @@ restlet:
1233
1239
javaagent :
1234
1240
- org.restlet:org.restlet:[1.1.0, 1.2-M1)
1235
1241
library :
1236
- - org.restlet:org.restlet:1.1.5
1242
+ - org.restlet:org.restlet:[ 1.1.5,1.+)
1237
1243
- com.noelios.restlet:com.noelios.restlet:1.1.5
1238
1244
- name : restlet-2.0
1239
1245
srcPath : instrumentation/restlet/restlet-2.0
@@ -1301,7 +1307,7 @@ rxjava:
1301
1307
javaagent :
1302
1308
- io.reactivex.rxjava3:rxjava:[3.0.0,3.1.0]
1303
1309
library :
1304
- - io.reactivex.rxjava3:rxjava:3.0.12
1310
+ - io.reactivex.rxjava3:rxjava:[ 3.0.12,3.1.0)
1305
1311
scala :
1306
1312
instrumentations :
1307
1313
- name : scala-fork-join-2.8
@@ -1446,7 +1452,7 @@ spring:
1446
1452
javaagent :
1447
1453
- org.springframework.integration:spring-integration-core:[4.1.0.RELEASE,)
1448
1454
library :
1449
- - org.springframework.integration:spring-integration-core:4.1.0.RELEASE
1455
+ - org.springframework.integration:spring-integration-core:[ 4.1.0.RELEASE,5.+)
1450
1456
- name : spring-jms-2.0
1451
1457
srcPath : instrumentation/spring/spring-jms/spring-jms-2.0
1452
1458
target_versions :
0 commit comments