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
In certain environments, we don't want to trace static assets (by path) and some methods. It seems possible to do this via major surgery, ex overriding com.twitter.finagle.httpx.codec.HttpServerTraceInitializer and make conditional statements there. Is there a better way?
The text was updated successfully, but these errors were encountered:
codefromthecrypt
changed the title
Recipe for path-conditional tracing
Recipe for conditional tracing
Oct 26, 2015
PS many issues I raised are solvable now. This one, however, still requires significant surgery to achieve, sadly undoing some of the value of the other flags.
In certain environments, we don't want to trace static assets (by path) and some methods. It seems possible to do this via major surgery, ex overriding
com.twitter.finagle.httpx.codec.HttpServerTraceInitializer
and make conditional statements there. Is there a better way?The text was updated successfully, but these errors were encountered: