This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch sync-from-githubio in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
commit 8c5c2352c7356e88d55c28f63eea387a135617e4 Author: Daniel Schroeter <[email protected]> AuthorDate: Mon Nov 19 16:50:16 2018 +0100 add kamon (kamon-zipkin) to the supported community instrumentations. --- _data/community_instrumentations.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/community_instrumentations.yml b/_data/community_instrumentations.yml index 3a4094f..083854f 100644 --- a/_data/community_instrumentations.yml +++ b/_data/community_instrumentations.yml @@ -201,6 +201,17 @@ - language: Scala library: >- + [sttp](https://github.com/kamon-io/kamon-zipkin) + framework: >- + [akka](https://doc.akka.io/docs/akka/current/index.html), + [akka-http](https://doc.akka.io/docs/akka-http/current/index.html), + propagation: Http (B3) + transports: Http + sampling: "Yes" + notes: Toolkit for tracing and monitoring for jvm based applications + +- language: Scala + library: >- [akka-tracing](https://github.com/levkhomich/akka-tracing) framework: >- [Akka](https://akka.io), [Spray](https://spray.io), [Play](https://www.playframework.com)
