Brought back netty-client instrumentation; fixes gh-1080
This commit is contained in:
@@ -68,7 +68,7 @@ public class RequestSendingRunnable implements Runnable {
|
||||
ResponseEntity<String> responseEntity = this.restTemplate
|
||||
.exchange(requestWithTraceId(), String.class);
|
||||
then(responseEntity.getStatusCode()).isEqualTo(HttpStatus.OK);
|
||||
log.info(String.format("Received the following response [%s]", responseEntity));
|
||||
log.info(String.format("Received the following handle [%s]", responseEntity));
|
||||
}
|
||||
|
||||
private RequestEntity<Void> requestWithTraceId() {
|
||||
|
||||
Reference in New Issue
Block a user