@@ -18,7 +18,7 @@ or [contributing](../CONTRIBUTING.md).
18
18
These are the supported libraries and frameworks:
19
19
20
20
| Library/Framework | Auto-instrumented versions | Standalone Library Instrumentation [ 1] | Semantic Conventions |
21
- | ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
21
+ | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
22
22
| [ Akka Actors] ( https://doc.akka.io/docs/akka/current/typed/index.html ) | 2.5+ | N/A | Context propagation |
23
23
| [ Akka HTTP] ( https://doc.akka.io/docs/akka-http/current/index.html ) | 10.0+ | N/A | [ HTTP Client Spans] , [ HTTP Client Metrics] , [ HTTP Server Spans] , [ HTTP Server Metrics] |
24
24
| [ Apache Axis2] ( https://axis.apache.org/axis2/java/core/ ) | 1.6+ | N/A | Provides ` http.route ` [ 2] , Controller Spans [ 3] |
@@ -64,7 +64,7 @@ These are the supported libraries and frameworks:
64
64
| [ 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] |
65
65
| [ 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 |
66
66
| [ GWT] ( http://www.gwtproject.org/ ) | 2.0+ | N/A | [ RPC Server Spans] |
67
- | [ Hibernate] ( https://github.com/hibernate/hibernate-orm ) | 3.3+ (not including 6.x yet) | N/A | none |
67
+ | [ Hibernate] ( https://github.com/hibernate/hibernate-orm ) | 3.3+ | N/A | none |
68
68
| [ HikariCP] ( https://github.com/brettwooldridge/HikariCP ) | 3.0+ | [ opentelemetry-hikaricp-3.0] ( ../instrumentation/hikaricp-3.0/library ) | [ Database Pool Metrics] |
69
69
| [ 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] |
70
70
| [ Hystrix] ( https://github.com/Netflix/Hystrix ) | 1.4+ | N/A | none |
0 commit comments