Remove FIXME
See gh-11807
This commit is contained in:
@@ -130,7 +130,6 @@ public class RouterFunctionMetrics {
|
||||
return next.handle(request).doOnSuccess((response) -> {
|
||||
timer(start, request, response);
|
||||
}).doOnError((error) -> {
|
||||
// FIXME how do we get the response under an error condition?
|
||||
timer(start, request, null);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user