Fix typos (Slwuth -> Sleuth) (#979)

This commit is contained in:
Yoshikazu Nojima
2018-05-14 15:43:27 +09:00
committed by Marcin Grzejszczak
parent 09ca0aabbb
commit f83178d682
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ When would you like the span not to be exportable?
When you want to wrap some operation in a Span and have it written to the logs only.
* Provides an abstraction over common distributed tracing data models: traces, spans (forming a DAG), annotations, and key-value annotations.
Spring Cloud Slwuth is loosely based on HTrace but is compatible with Zipkin (Dapper).
Spring Cloud Sleuth is loosely based on HTrace but is compatible with Zipkin (Dapper).
* Sleuth records timing information to aid in latency analysis.
By using sleuth, you can pinpoint causes of latency in your applications.