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:
Trask Stalnaker 2022-02-22 21:12:38 -08:00 committed by GitHub
parent 245ac1f7d2
commit bd7bf94d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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!

View File

@ -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>&dagger;</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>&dagger;</sup> OpenTelemetry support provided by the library
## Application Servers
These are the application servers that the smoke tests are run against: