Updated docs

This commit is contained in:
Marcin Grzejszczak
2020-07-29 09:06:54 +02:00
parent cfaa0c711e
commit b435d0eef9
3 changed files with 8 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ including the count of calls and how many errors exist.
The example application will make a simple diagram like this, but your real
environment diagram may be more complex.
image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/{branch}/docs/src/main/asciidoc/images/zipkin-dependencies.png[Zipkin Dependencies]
*Note*: Production environments will generate a lot of data. You will likely

View File

@@ -60,6 +60,7 @@ including the count of calls and how many errors exist.
The example application will make a simple diagram like this, but your real
environment diagram may be more complex.
image::https://raw.githubusercontent.com/spring-cloud/spring-cloud-sleuth/{branch}/docs/src/main/asciidoc/images/zipkin-dependencies.png[Zipkin Dependencies]
*Note*: Production environments will generate a lot of data. You will likely

View File

@@ -58,13 +58,15 @@ That said, you might want to know more about how things work underneath. Here
are some pointers.
Here are the most core types you might use:
* `SpanCustomizer` - to change the span currently in progress
* `Tracer` - to get a start new spans ad-hoc
Here are the most relevant links from the OpenZipkin Brave project:
* [Brave's core library](https://github.com/openzipkin/brave/tree/master/brave)
* [Baggage (propagated fields)](https://github.com/openzipkin/brave/tree/master/brave#baggage)
* [HTTP tracing](https://github.com/openzipkin/brave/tree/master/instrumentation/http)
* https://github.com/openzipkin/brave/tree/master/brave[Brave's core library]
* https://github.com/openzipkin/brave/tree/master/brave#baggage[Baggage (propagated fields)]
* https://github.com/openzipkin/brave/tree/master/instrumentation/http[HTTP tracing]
== Sampling
@@ -111,6 +113,7 @@ If you want to add the baggage entries as tags, to make it possible to search fo
If you need to do anything more advanced than above, do not define properties and instead use a
`@Bean` config for the baggage fields you use.
* `BaggagePropagationCustomizer` sets up baggage fields
* Add a `SingleBaggageField` to control header names for a `BaggageField`.
* `CorrelationScopeCustomizer` sets up MDC fields