From 4a1ea3b78bb8cb1cc99d99c82745f74b6b2fafe3 Mon Sep 17 00:00:00 2001 From: Arvind Kumar GS Date: Wed, 13 Jan 2021 15:09:43 +0530 Subject: [PATCH] Fix documentation on number of supported tracers (#1820) fixes #1819 --- docs/src/main/asciidoc/getting-started.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/getting-started.adoc b/docs/src/main/asciidoc/getting-started.adoc index 6fcaef2ad..52dc87c49 100644 --- a/docs/src/main/asciidoc/getting-started.adoc +++ b/docs/src/main/asciidoc/getting-started.adoc @@ -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.