Brought back netty-client instrumentation; fixes gh-1080

This commit is contained in:
Marcin Grzejszczak
2018-11-02 11:34:55 +01:00
parent 423ea6d5a9
commit aa2a0209de
8 changed files with 178 additions and 110 deletions

View File

@@ -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() {