Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recipe for conditional tracing #271

Open
codefromthecrypt opened this issue Oct 26, 2015 · 1 comment
Open

Recipe for conditional tracing #271

codefromthecrypt opened this issue Oct 26, 2015 · 1 comment

Comments

@codefromthecrypt
Copy link

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?

@codefromthecrypt codefromthecrypt changed the title Recipe for path-conditional tracing Recipe for conditional tracing Oct 26, 2015
@codefromthecrypt
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants