Fix documentation on number of supported tracers (#1820)

fixes #1819
This commit is contained in:
Arvind Kumar GS
2021-01-13 15:09:43 +05:30
committed by GitHub
parent 9f630e1675
commit 4a1ea3b78b

View File

@@ -12,9 +12,7 @@ We then walk you through building your first {project-full-name} application, di
== Introducing Spring Cloud Sleuth
Spring Cloud Sleuth provides API for distributed tracing solution for https://cloud.spring.io[Spring Cloud].
It integrates out of the box with two tracer implementations:
* https://github.com/openzipkin/brave[OpenZipkin Brave]
It integrates with https://github.com/openzipkin/brave[OpenZipkin Brave]
Spring Cloud Sleuth is able to trace your requests and messages so that you can correlate that communication to corresponding log entries.
You can also export the tracing information to an external system to visualize latency.