When we configure jager's http reporting, such as "-DJAEGER_ENDPOINT = http: //myjaeger.com/api/traces",
it will send an endless loop problem. This is because jaeger's http reporting uses the okhttp component.
When the span is reported via okhttp, it will be captured by the okhttp plugin to generate span data,
and when this span data is reported to the jaeger collector, new span data will be generated.
@safris could you help to merge the pull and upgrade okhttp plugin to java-specialaget? opentracing-contrib/java-okhttp#36