Merge branch '1.3.x'

This commit is contained in:
Marcin Grzejszczak
2017-12-18 16:56:30 +01:00
3 changed files with 4 additions and 3 deletions

View File

@@ -534,7 +534,8 @@ adding a Channel Binder implementation
(e.g. `spring-cloud-starter-stream-rabbit` for RabbitMQ or
`spring-cloud-starter-stream-kafka` for Kafka). This will
automatically turn your app into a producer of messages with payload
type `Spans`.
type `Spans`. The channel name to which the spans will be sent
is called `sleuth`.
=== Zipkin Consumer