Adds Messaging sampling (#1483)

Same as #1456 except for messaging. This completes remote span sampling!
This commit is contained in:
Adrian Cole
2019-11-04 19:15:15 +08:00
committed by Marcin Grzejszczak
parent 848442e99c
commit d1dddbf2c9
10 changed files with 439 additions and 28 deletions

View File

@@ -211,6 +211,10 @@
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-context-log4j2</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-instrumentation-messaging</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-instrumentation-rpc</artifactId>