@@ -46,7 +46,7 @@ These are the supported libraries and frameworks:
4646| [ Armeria] ( https://armeria.dev ) | 1.3+ | [ opentelemetry-armeria-1.3] ( ../instrumentation/armeria/armeria-1.3/library ) | [ HTTP Client Spans] , [ HTTP Client Metrics] , [ HTTP Server Spans] , [ HTTP Server Metrics] |
4747| [ Armeria gRPC] ( https://armeria.dev ) | 1.14+ | | [ RPC Client Spans] , [ RPC Client Metrics] , [ RPC Server Spans] , [ RPC Server Metrics] |
4848| [ AsyncHttpClient] ( https://github.com/AsyncHttpClient/async-http-client ) | 1.9+ | N/A | [ HTTP Client Spans] , [ HTTP Client Metrics] |
49- | [ Avaje Jex] ( https://avaje.io/jex/ ) | 3.0+ | N/A | Provides ` http.route ` [ 2] |
49+ | [ Avaje Jex] ( https://avaje.io/jex/ ) | 3.0+ | N/A | Provides ` http.route ` [ 2] |
5050| [ AWS Lambda] ( https://docs.aws.amazon.com/lambda/latest/dg/java-handler.html ) | 1.0+ | [ opentelemetry-aws-lambda-core-1.0] ( ../instrumentation/aws-lambda/aws-lambda-core-1.0/library ) ,<br >[ opentelemetry-aws-lambda-events-2.2] ( ../instrumentation/aws-lambda/aws-lambda-events-2.2/library ) | [ FaaS Server Spans] |
5151| [ AWS SDK] ( https://aws.amazon.com/sdk-for-java/ ) | 1.11 - 1.12.583,<br >2.2+ | [ opentelemetry-aws-sdk-1.11] ( ../instrumentation/aws-sdk/aws-sdk-1.11/library ) ,<br >[ opentelemetry-aws-sdk-1.11-autoconfigure] ( ../instrumentation/aws-sdk/aws-sdk-1.11/library-autoconfigure ) ,<br >[ opentelemetry-aws-sdk-2.2] ( ../instrumentation/aws-sdk/aws-sdk-2.2/library ) ,<br >[ opentelemetry-aws-sdk-2.2-autoconfigure] ( ../instrumentation/aws-sdk/aws-sdk-2.2/library-autoconfigure ) | [ Messaging Spans] , [ Database Client Spans] , [ Database Client Metrics]   ; [ 6] , [ HTTP Client Spans] |
5252| [ Azure Core] ( https://docs.microsoft.com/en-us/java/api/overview/azure/core-readme ) | 1.14+ | N/A | Context propagation |
@@ -74,7 +74,7 @@ These are the supported libraries and frameworks:
7474| [ gRPC] ( https://github.com/grpc/grpc-java ) | 1.6+ | [ opentelemetry-grpc-1.6] ( ../instrumentation/grpc-1.6/library ) | [ RPC Client Spans] , [ RPC Client Metrics] , [ RPC Server Spans] , [ RPC Server Metrics] |
7575| [ Guava ListenableFuture] ( https://guava.dev/releases/snapshot/api/docs/com/google/common/util/concurrent/ListenableFuture.html ) | 10.0+ | [ opentelemetry-guava-10.0] ( ../instrumentation/guava-10.0/library ) | Context propagation |
7676| [ GWT] ( http://www.gwtproject.org/ ) | 2.0+ | N/A | [ RPC Server Spans] |
77- | [ Hibernate] ( https://github.com/hibernate/hibernate-orm ) | 3.3+ | N/A | none |
77+ | [ Hibernate] ( https://github.com/hibernate/hibernate-orm ) | 3.3+ (not including 7.0+ yet) | N/A | none |
7878| [ Hibernate Reactive] ( https://hibernate.org/reactive ) | 1.0+ | N/A | none |
7979| [ HikariCP] ( https://github.com/brettwooldridge/HikariCP ) | 3.0+ | [ opentelemetry-hikaricp-3.0] ( ../instrumentation/hikaricp-3.0/library ) | [ Database Pool Metrics] |
8080| [ HttpURLConnection] ( https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/HttpURLConnection.html ) | Java 8+ | N/A | [ HTTP Client Spans] , [ HTTP Client Metrics] |
0 commit comments