Files
spring-cloud-sleuth/spring-cloud-sleuth-core
Marcin Grzejszczak 9a9f0e6d4b Unified the way RestTemplate and Feign work
* both always start a new span (RT started a span only if there was previous tracing)
* both DO NOT return in the response PARENT-ID (Fiegn didn't do that, neither does TraceFilter)
2016-03-07 15:27:06 +01:00
..