Move http4k to library instrumentation docs (#5426)
* Move http4k to library instrumentation docs * Update docs/standalone-library-instrumentation.md Co-authored-by: Lauri Tulmin <tulmin@gmail.com> Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
This commit is contained in:
parent
245ac1f7d2
commit
bd7bf94d71
|
|
@ -27,3 +27,9 @@ that can be used if you prefer that over using the Java agent:
|
|||
* [Spring RestTemplate](../instrumentation/spring/spring-web-3.1/library)
|
||||
* [Spring Web MVC](../instrumentation/spring/spring-webmvc-3.1/library)
|
||||
* [Spring WebFlux Client](../instrumentation/spring/spring-webflux-5.0/library)
|
||||
|
||||
And some libraries are publishing their own OpenTelemetry instrumentation (yay!), e.g.
|
||||
|
||||
* [http4k](https://www.http4k.org/guide/reference/opentelemetry/)
|
||||
|
||||
If you know of additional libraries that are publishing their own OpenTelemetry instrumentation, please let us know!
|
||||
|
|
|
|||
|
|
@ -61,7 +61,6 @@ These are the supported libraries and frameworks:
|
|||
| [GWT](http://www.gwtproject.org/) | 2.0+ |
|
||||
| [Hibernate](https://github.com/hibernate/hibernate-orm) | 3.3+ |
|
||||
| [HttpURLConnection](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/HttpURLConnection.html) | Java 8+ |
|
||||
| [http4k <sup>†</sup>](https://www.http4k.org/guide/modules/opentelemetry/) | 3.270.0+ |
|
||||
| [Hystrix](https://github.com/Netflix/Hystrix) | 1.4+ |
|
||||
| [Java Executors](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html) | Java 8+ |
|
||||
| [Java Http Client](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/package-summary.html) | Java 11+ |
|
||||
|
|
@ -116,8 +115,6 @@ These are the supported libraries and frameworks:
|
|||
| [Vert.x HttpClient](https://vertx.io/docs/apidocs/io/vertx/core/http/HttpClient.html) | 3.0+ |
|
||||
| [Vert.x RxJava2](https://vertx.io/docs/vertx-rx/java2/) | 3.5+ |
|
||||
|
||||
<sup>†</sup> OpenTelemetry support provided by the library
|
||||
|
||||
## Application Servers
|
||||
|
||||
These are the application servers that the smoke tests are run against:
|
||||
|
|
|
|||
Loading…
Reference in New Issue