finatra
finatra copied to clipboard
Recipe for conditional tracing
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?
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.