Merge branch '2.2.x'

This commit is contained in:
Marcin Grzejszczak
2020-01-21 10:13:44 +01:00
3 changed files with 8 additions and 8 deletions

View File

@@ -1009,8 +1009,8 @@ zipkinserver:
ListOfServers: host1,host2
----
If you have web, rabbit, or kafka together on the classpath, you might need to pick the means by which you would like to send spans to zipkin.
To do so, set `web`, `rabbit`, or `kafka` to the `spring.zipkin.sender.type` property.
If you have web, rabbit, activemq or kafka together on the classpath, you might need to pick the means by which you would like to send spans to zipkin.
To do so, set `web`, `rabbit`, `activemq` or `kafka` to the `spring.zipkin.sender.type` property.
The following example shows setting the sender type for `web`:
[source,yaml]