rmannibucau commented on a change in pull request #1: GERONIMO-6727 Zipkin v2
changes
URL: https://github.com/apache/geronimo-opentracing/pull/1#discussion_r280866748
##########
File path:
geronimo-opentracing-common/src/main/java/org/apache/geronimo/microprofile/opentracing/common/microprofile/zipkin/ZipkinHttp.java
##########
@@ -178,7 +180,7 @@ private void onEmit() {
private void doSend(final List<ZipkinSpan> copy) {
final Response result = client.target(collector)
- .request(APPLICATION_JSON_TYPE)
Review comment:
Is it ok to configure it? Im thinking to proxy case.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services