opentracing-contrib/java-jaxrs

Benchmarks - overhead of instrumented code without a tracer

jpkrohling opened this issue · 0 comments

See opentracing/opentracing-java#295

Similar to the linked issue from the main opentracing-java repository, the idea is to measure how much overhead the OT instrumentation is adding when compared to the same application without the filter.

This can be accomplished by using Jersey and JMH.