Files
spring-cloud-sleuth/spring-cloud-sleuth-core
Marcin Grzejszczak 7e215aac82 Added aspect that closes spans for wrong http responses (#296)
with this change trace filter is not closing all spans. It's closing only spans when the response is successful. If the response status is 4xx,5xx then an exception controller should start processing the response. At the end of the day an aspect will close the span once the controller has finished processing.

fixes #278
2016-06-06 10:20:18 +02:00
..
2016-06-04 09:14:48 +01:00