Files
spring-cloud-sleuth/spring-cloud-sleuth-core
Dave Syer 55cd5afcb6 Catch exception in filter chain and use it to set status in span
When a controller throws an exception the servlet container will
eventually set the response status to 500, but it is still 200
generally when the filter chain finishes, unless we catch the
exception and do something with it.

Fixes gh-57
2015-12-31 13:38:16 +00:00
..
2015-12-01 14:06:04 +00:00