Removed adoc footer

This commit is contained in:
Marcin Grzejszczak
2016-09-07 17:48:10 +02:00
parent e73028d9ba
commit 07356222e5

View File

@@ -3,6 +3,7 @@
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
:github-code: http://github.com/{github-repo}/tree/{github-tag}
:toc: left
:nofooter:
Spring Cloud Sleuth
====================
@@ -34,8 +35,8 @@ to Zipkin or Spring Cloud Stream, there is also an `AlwaysSampler`
that exports everything and a `PercentageBasedSampler` that samples a
fixed fraction of spans.
NOTE: the `PercentageBasedSampler` is the default if you are using
`spring-cloud-sleuth-zipkin` or `spring-cloud-sleuth-stream`. You can
NOTE: the `PercentageBasedSampler` is the default if you are using
`spring-cloud-sleuth-zipkin` or `spring-cloud-sleuth-stream`. You can
configure the exports using `spring.sleuth.sampler.percentage`.
A sampler can be installed just by creating a bean definition, e.g:
@@ -298,7 +299,7 @@ type `Spans`.
=== Zipkin Consumer
There is a special convenience annotation for setting up a message consumer
There is a special convenience annotation for setting up a message consumer
for the Span data and pushing it into a Zipkin `SpanStore`. This application
[source,java]
@@ -575,4 +576,4 @@ To disable Zuul support set the `spring.sleuth.zuul.enabled` property to `false`
You can find the running examples deployed in the https://run.pivotal.io/[Pivotal Web Services]. Check them out in the following links:
- http://docssleuth-zipkin-server.cfapps.io/[Zipkin for apps presented in the samples to the top]
- http://docsbrewing-zipkin-web.cfapps.io/[Zipkin for Brewery on PWS], its https://github.com/spring-cloud-samples/brewery[Github Code]
- http://docsbrewing-zipkin-web.cfapps.io/[Zipkin for Brewery on PWS], its https://github.com/spring-cloud-samples/brewery[Github Code]