-
Notifications
You must be signed in to change notification settings - Fork 66
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
exclude urls #280
Comments
I am in same situation here, I would like to exclude for example threaddump and others not necessary for my application. |
only way currently appears to be to set Line 44 in 02ceec4
Otherwise a PR would be needed to this type to allow configuring which URIs are included/excluded |
Tracing has the exclusion support, I was hoping you could do |
Issue description
I would like to exclude some of urls such as healthcheck or prometheus endpoints. These urls are creating noisy metrics. Is it possible to exclude them?
The text was updated successfully, but these errors were encountered: