-
Notifications
You must be signed in to change notification settings - Fork 31
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
aiohttp: Implement a list of ignored url/patterns #39
Labels
Comments
Make sense, would you like to create PR?
…On Sat, Nov 25, 2017, 05:18 Bruno Bonfils ***@***.***> wrote:
Hi,
i'm wondering if you're agree to provide an optional argument to
aiohttp_helpers to define a list of url/patterns that should be ignored
by the middleware? I use aiozipkin in APIs that provide healtcheck and I
don't want to have trace for each healthcheck call (but I want a
sample_rate set to 1)
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANoZ_5QCSR5GChiqpdMoAarIMNQ8FbJks5s5zKNgaJpZM4QqMH0>
.
|
Sure. |
Merged
Feature implemented in #79 |
Ohh thanks to you @jettify ! |
You are welcome! Just in case here is complete example how to use this feature: aiozipkin/examples/aiohttp_example.py Lines 1 to 71 in 979b79c
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i'm wondering if you're agree to provide an optional argument to
aiohttp_helpers
to define a list of url/patterns that should be ignored by the middleware? I useaiozipkin
in APIs that provide healtcheck and I don't want to have trace for each healthcheck call (but I want asample_rate
set to 1)Thanks
The text was updated successfully, but these errors were encountered: