-
Notifications
You must be signed in to change notification settings - Fork 624
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 instrumentation: correct url filter input type #864
Conversation
...-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/__init__.py
Show resolved
Hide resolved
@Olegt0rr please resolve conflicts and make sure CI checks pass. |
@owais, something wrong with EasyCLA, cause after clicking on "Please click here to be authorized" and make a sign, EasyCLA redirects me to PR 857 |
@owais, |
Look at the docs tox job in tox.ini. My guess is that you might have to add yarl as an explicit dependency to that job. |
Head branch was pushed to by a user without write access
This reverts commit e482ba5.
…y#864) * fix: correct _UrlFilterT * docs: CHANGELOG.md update * style: apply isort * fix: add yarl to docs requirements * Revert "fix: add yarl to docs requirements" This reverts commit e482ba5. * fix: add yarl to nitpick exceptions Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Description
Url filter function receives
yarl.URL
type, as described in the documentation.But
_UrlFilterT
type describesstr
input... We need to fix itType of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.