jaegertracing / legacy-client-java

Legacy com.uber.jaeger java client
Apache License 2.0
5 stars 6 forks source link

ClientFilter has no way to skip/ignore tracing certain client calls #15

Open pavolloffay opened 6 years ago

pavolloffay commented 6 years ago

The ClientFilter traces every client call made. It would be very beneficial if certain client calls were ignored / skipped.

This could be done in a manner similar to how io.opentracing.contrib.web.servlet.filter.TracingFilter (io.opentracing.contrib : opentracing-web-servlet-filter) can be constructed with a skip pattern to allow certain incoming requests to not be traced.

See the original issue: https://github.com/jaegertracing/jaeger-client-java/issues/289