opentracing-contrib / meta

A meta-repository for OpenTracing contributions
Apache License 2.0
35 stars 16 forks source link

Multiple jax-rs instrumentations #15

Open pavolloffay opened 7 years ago

pavolloffay commented 7 years ago

There are multiple jax-rs instrumentation:

  1. https://github.com/opentracing-contrib/java-jaxrs
  2. https://github.com/uber/jaeger-client-java/tree/master/jaeger-jaxrs2 @yurishkuro
  3. https://github.com/opentracing-contrib/java-dropwizard/blob/master/dropwizard-opentracing/src/main/java/io/opentracing/contrib/dropwizard/ServerRequestTracingFilter.java @bhs

https://github.com/opentracing-contrib/java-jaxrs ropadmap:

Would it make sense for you to reuse java-jaxrs in 2. and 3.?

yurishkuro commented 7 years ago

Would it make sense for you to reuse java-jaxrs in 2. and 3.?

Yes, but I would wait for things with span manager / global tracer to settle.