Files
spring-cloud-sleuth/spring-cloud-sleuth-core
Marcin Grzejszczak b5ba1c00db Stopping parent before reporting
The problem resulted in wrong span durations. The issue was such that for the case where span from request has a parent that needs to be reported we didn't stop that parent. That means that it has value of 'end' equal to 0. In that situation the duration of Span was calculated as a difference between current time and the start time. We should never report spans that have not been stopped - otherwise that stopping will take place a lot of time later.

fixes #247
2016-04-11 15:24:49 +02:00
..
2016-04-11 15:24:49 +02:00
2016-03-23 13:00:05 +01:00