Files
spring-cloud-sleuth/spring-cloud-sleuth-core/src
Marcin Grzejszczak c7d35eea7f Introduced a "shared" field in Span (#698)
whenever:

- a span or trace id get generated when a request / message arrives
- child span is created

we set the field to false

whenever we find ids in the incoming request / message we set the field to true

fixes #696
2017-10-03 16:18:50 +08:00
..