@@ -88,30 +88,30 @@ Integrations in Preview are disabled by default but can be enabled individually:
88
88
- error and stacktrace capturing
89
89
- linking work created within a web request and Distributed Tracing
90
90
91
- | Server | Versions | Support Type | Instrumentation Names (used for configuration) |
92
- | -------------------------| --------------| --------------------------------------------------------| ----------------------------------------------------------|
93
- | Akka-Http Server | 10.0+ | Fully Supported | ` akka-http ` , ` akka-http-server ` |
94
- | Apache Pekko | 1.0+ | Fully Supported | ` pekko-http ` , ` pekko-http-server ` |
95
- | Finatra Web | 2.9+ | Fully Supported | ` finatra ` |
96
- | Grizzly | 2.0+ | Fully Supported | ` grizzly ` |
97
- | Grizzly-HTTP | 2.3.20+ | Fully Supported | ` grizzly-filterchain ` |
98
- | Java Servlet Compatible | 2.3+, 3.0+ | Fully Supported | ` servlet ` , ` servlet-2 ` , ` servlet-3 ` |
99
- | Jax-RS Annotations | JSR311-API | Fully Supported | ` jax-rs ` , ` jaxrs ` , ` jax-rs-annotations ` , ` jax-rs-filter ` |
100
- | Jetty | 7.0-12.x | Fully Supported | ` jetty ` |
101
- | Micronaut HTTP Server | 2.x+ | Fully Supported | ` micronaut ` |
102
- | Mulesoft | 4.5.0+ | Fully Supported | ` mule ` |
103
- | Netty HTTP Server | 3.8+ | Fully Supported | ` netty ` , ` netty-3.8 ` , ` netty-4.0 ` , ` netty-4.1 ` |
104
- | Play | 2.3-2.8 | Fully Supported | ` play ` , ` play-action ` |
105
- | Ratpack | 1.5+ | Fully Supported | ` ratpack ` |
106
- | Restlet HTTP Server | 2.2 - 2.4 | Fully Supported | ` restlet-http ` . |
107
- | Spark Java | 2.3+ | [ Preview] ( #framework-integrations-disabled-by-default ) | ` sparkjava ` (requires ` jetty ` ) |
108
- | Spring Boot | 1.5+ | Fully Supported | ` spring-web ` or ` spring-webflux ` |
109
- | Spring Web (MVC) | 4.0+ | Fully Supported | ` spring-web ` |
110
- | Spring WebFlux | 5.0+ | Fully Supported | ` spring-webflux ` |
111
- | Tomcat | 5.5+ | Fully Supported | ` tomcat ` |
112
- | Undertow | 2.0+ | Fully Supported | ` undertow ` |
113
- | Vert.x | 3.4 - 4.5.15 | Fully Supported | ` vertx ` , ` vertx-3.4 ` , ` vertx-3.9 ` , ` vertx-4.0 ` |
114
- | Websocket (JSR356) | 1.0+ | [ Preview] ( #framework-integrations-disabled-by-default ) | ` websocket ` |
91
+ | Server | Versions | Support Type | Instrumentation Names (used for configuration) |
92
+ | -------------------------| --------------| --------------------------------------------------------| ------------------------------------------------------------ |
93
+ | Akka-Http Server | 10.0+ | Fully Supported | ` akka-http ` , ` akka-http-server ` |
94
+ | Apache Pekko | 1.0+ | Fully Supported | ` pekko-http ` , ` pekko-http-server ` |
95
+ | Finatra Web | 2.9+ | Fully Supported | ` finatra ` |
96
+ | Grizzly | 2.0+ | Fully Supported | ` grizzly ` |
97
+ | Grizzly-HTTP | 2.3.20+ | Fully Supported | ` grizzly-filterchain ` |
98
+ | Java Servlet Compatible | 2.3+, 3.0+ | Fully Supported | ` servlet ` , ` servlet-2 ` , ` servlet-3 ` |
99
+ | Jax-RS Annotations | JSR311-API | Fully Supported | ` jax-rs ` , ` jaxrs ` , ` jax-rs-annotations ` , ` jax-rs-filter ` |
100
+ | Jetty | 7.0-12.x | Fully Supported | ` jetty ` |
101
+ | Micronaut HTTP Server | 2.x+ | Fully Supported | ` micronaut ` |
102
+ | Mulesoft | 4.5.0+ | Fully Supported | ` mule ` |
103
+ | Netty HTTP Server | 3.8+ | Fully Supported | ` netty ` , ` netty-3.8 ` , ` netty-4.0 ` , ` netty-4.1 ` |
104
+ | Play | 2.3-2.8 | Fully Supported | ` play ` , ` play-action ` |
105
+ | Ratpack | 1.5+ | Fully Supported | ` ratpack ` |
106
+ | Restlet HTTP Server | 2.2 - 2.4 | Fully Supported | ` restlet-http ` . |
107
+ | Spark Java | 2.3+ | [ Preview] ( #framework-integrations-disabled-by-default ) | ` sparkjava ` (requires ` jetty ` ) |
108
+ | Spring Boot | 1.5+ | Fully Supported | ` spring-web ` or ` spring-webflux ` |
109
+ | Spring Web (MVC) | 4.0+ | Fully Supported | ` spring-web ` |
110
+ | Spring WebFlux | 5.0+ | Fully Supported | ` spring-webflux ` |
111
+ | Tomcat | 5.5+ | Fully Supported | ` tomcat ` |
112
+ | Undertow | 2.0+ | Fully Supported | ` undertow ` |
113
+ | Vert.x | 3.4 - 5.x | Fully Supported | ` vertx ` , ` vertx-3.4 ` , ` vertx-3.9 ` , ` vertx-4.0 ` , ` vertx-5.0 ` |
114
+ | Websocket (JSR356) | 1.0+ | [ Preview] ( #framework-integrations-disabled-by-default ) | ` websocket ` |
115
115
116
116
** Note** : Many application servers are Servlet compatible and are automatically covered by that instrumentation, such as Websphere, Weblogic, and JBoss.
117
117
Also, frameworks like Spring Boot (version 3) inherently work because they usually use a supported embedded application server, such as Tomcat, Jetty, or Netty.
0 commit comments