Removed mentions of SpanInjector and SpanExtractor

This commit is contained in:
Marcin Grzejszczak
2018-05-16 15:07:57 +02:00
parent 4ff445cf02
commit 03763da653
2 changed files with 1 additions and 3 deletions

View File

@@ -34,7 +34,6 @@ To that end, Sleuth:
* Sleuth includes default logic to join a trace across HTTP or messaging boundaries.
For example, HTTP propagation works over Zipkin-compatible request headers.
This propagation logic is defined and customized through `SpanInjector` and `SpanExtractor` implementations.
* Sleuth can propagate context (also known as baggage) between processes.
Consequently, if you set a baggage element on a Span, it is sent downstream to other processes over either HTTP or messaging.