opentracing-contrib / java-jdbc

OpenTracing Instrumentation for JDBC
Apache License 2.0
82 stars 56 forks source link

Benchmarks - overhead of instrumented code without a tracer #15

Closed jpkrohling closed 2 months ago

jpkrohling commented 6 years ago

See opentracing/opentracing-java#295

Similar to the linked issue, this task is about measuring the overhead of traced JDBC calls when compared to their non-traced counter-parts.

Scenarios to test:

jpkrohling commented 6 years ago

@malafeev could you add me as a contributor to this repo? I can't seem to be able to add labels to issues in this repo. Alternatively, please create/add the labels outreachy and performance to this issue, like there is for opentracing/opentracing-java#295

malafeev commented 6 years ago

@jpkrohling done

jpkrohling commented 6 years ago

Thanks!