Merge pull request #17 from chimericalidea/data_model

Data model
diff --git a/_data/existing_instrumentations.yml b/_data/existing_instrumentations.yml
index bdef850..12ce2a7 100644
--- a/_data/existing_instrumentations.yml
+++ b/_data/existing_instrumentations.yml
@@ -20,6 +20,15 @@
   sampling: "Yes"
   notes: Java 6 or higher
 
+- language: Java
+  library: >-
+    [Spring Cloud Sleuth](https://github.com/spring-cloud/spring-cloud-sleuth)
+  framework: Spring, Spring Cloud (e.g. Stream, Netflix)
+  propagation: Http (B3), Messaging (B3)
+  transports: Http, Spring Cloud Stream Compatible (e.g. RabbitMQ, Kafka, Redis or anything with a custom Binder)
+  sampling: "Yes"
+  notes: Java 7 or higher
+  
 - language: Scala
   library: >-
     [finagle-zipkin](https://github.com/twitter/finagle/tree/develop/finagle-zipkin) 
@@ -55,3 +64,13 @@
   propagation:
   transports: Kafka
   sampling: "Yes"
+
+- 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)
+  propagation: Http (B3), Thrift
+  transports: Scribe
+  sampling: "Yes"
+  notes: Java 6+, Scala 2.10+, activator templates for [Akka](https://github.com/levkhomich/activator-akka-tracing) and [Play](https://github.com/levkhomich/activator-play-tracing)