You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
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.
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: jaegertracing/jaeger-client-java#289
The text was updated successfully, but these errors were encountered: