From 03763da653bba5dc2070c481b42b41f9b214d160 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 16 May 2018 15:07:57 +0200 Subject: [PATCH] Removed mentions of SpanInjector and SpanExtractor --- README.adoc | 3 +-- docs/src/main/asciidoc/features.adoc | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 109336745..fad612207 100644 --- a/README.adoc +++ b/README.adoc @@ -573,7 +573,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. @@ -638,7 +637,7 @@ credentials and you already have those. The projects that require middleware generally include a `docker-compose.yml`, so consider using -http://compose.docker.io/[Docker Compose] to run the middleware servers +http://compose.docker.io/[Docker Compose] to run the middeware servers in Docker containers. See the README in the https://github.com/spring-cloud-samples/scripts[scripts demo repository] for specific instructions about the common cases of mongo, diff --git a/docs/src/main/asciidoc/features.adoc b/docs/src/main/asciidoc/features.adoc index 1c0ac6b9b..0e1ffd09f 100644 --- a/docs/src/main/asciidoc/features.adoc +++ b/docs/src/main/asciidoc/features.adoc @@ -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.