[#184] Stopped overriding tags via messaging

fixes #184
This commit is contained in:
Marcin Grzejszczak
2016-02-25 13:44:33 +01:00
parent 5d23cd8bab
commit 6948d92d13
4 changed files with 42 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.messaging.MessageChannel;
/**
* Defines a message channel for instrumented applications to use to send span data to a
* message broker. The channel accepts data in the form of {@link spans} to buffer
* message broker. The channel accepts data in the form of {@link Spans} to buffer
* multiple actual span instances in a single message. A client app may occasionally drop
* spans, and if it does it should attempt to account for and report the number dropped.
*