@@ -64,7 +64,7 @@ These are the supported libraries and frameworks:
64
64
| [ Geode Client] ( https://geode.apache.org/ ) | 1.4+ | N/A | [ Database Client Spans] |
65
65
| [ Google HTTP Client] ( https://github.com/googleapis/google-http-java-client ) | 1.19+ | N/A | [ HTTP Client Spans] , [ HTTP Client Metrics] |
66
66
| [ Grails] ( https://grails.org/ ) | 3.0+ | N/A | Provides ` http.route ` [ 2] , Controller Spans [ 3] |
67
- | [ GraphQL Java] ( https://www.graphql-java.com/ ) | 12.0+ | [ opentelemetry-graphql-java-12.0] ( ../instrumentation/graphql-java- 12.0/library ) | [ GraphQL Server Spans] |
67
+ | [ GraphQL Java] ( https://www.graphql-java.com/ ) | 12.0+ | [ opentelemetry-graphql-java-12.0] ( ../instrumentation/graphql-java/graphql-java- 12.0/library ) ,< br > [ opentelemetry-graphql-java-20.0 ] ( ../instrumentation/graphql-java/graphql-java-20.0/library ) | [ GraphQL Server Spans] |
68
68
| [ 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] |
69
69
| [ 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 |
70
70
| [ GWT] ( http://www.gwtproject.org/ ) | 2.0+ | N/A | [ RPC Server Spans] |
@@ -76,7 +76,7 @@ These are the supported libraries and frameworks:
76
76
| [ Java Executors] ( https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html ) | Java 8+ | N/A | Context propagation |
77
77
| [ Java Http Client] ( https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/package-summary.html ) | Java 11+ | [ opentelemetry-java-http-client] ( ../instrumentation/java-http-client/library ) | [ HTTP Client Spans] , [ HTTP Client Metrics] |
78
78
| [ java.util.logging] ( https://docs.oracle.com/javase/8/docs/api/java/util/logging/package-summary.html ) | Java 8+ | N/A | none |
79
- | [ Java Platform] ( https://docs.oracle.com/javase/8/docs/api/java/lang/management/ManagementFactory.html ) | Java 8+ | [ opentelemetry-runtime-telemetry-java8] ( ../instrumentation/runtime-telemetry/runtime-telemetry-java8/library ) ,[ opentelemetry-runtime-telemetry-java17] ( ../instrumentation/runtime-telemetry/runtime-telemetry-java17/library ) ,<br >[ opentelemetry-resources] ( ../instrumentation/resources/library ) | [ JVM Runtime Metrics] |
79
+ | [ Java Platform] ( https://docs.oracle.com/javase/8/docs/api/java/lang/management/ManagementFactory.html ) | Java 8+ | [ opentelemetry-runtime-telemetry-java8] ( ../instrumentation/runtime-telemetry/runtime-telemetry-java8/library ) ,< br > [ opentelemetry-runtime-telemetry-java17] ( ../instrumentation/runtime-telemetry/runtime-telemetry-java17/library ) ,<br >[ opentelemetry-resources] ( ../instrumentation/resources/library ) | [ JVM Runtime Metrics] |
80
80
| [ JAX-RS] ( https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/package-summary.html ) | 0.5+ | N/A | Provides ` http.route ` [ 2] , Controller Spans [ 3] |
81
81
| [ JAX-RS Client] ( https://javaee.github.io/javaee-spec/javadocs/javax/ws/rs/client/package-summary.html ) | 1.1+ | N/A | [ HTTP Client Spans] , [ HTTP Client Metrics] |
82
82
| [ JAX-WS] ( https://jakarta.ee/specifications/xml-web-services/2.3/apidocs/javax/xml/ws/package-summary.html ) | 2.0+ (not including 3.x yet) | N/A | Provides ` http.route ` [ 2] , Controller Spans [ 3] |
0 commit comments