-
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
Feature/metrics instrumentation urllib3 #1198
Feature/metrics instrumentation urllib3 #1198
Conversation
instrumentation/opentelemetry-instrumentation-urllib3/tests/test_urllib3_ip_support.py
Show resolved
Hide resolved
f13b4c7
to
1484ef0
Compare
3cad099
to
f4261ba
Compare
.../opentelemetry-instrumentation-urllib3/src/opentelemetry/instrumentation/urllib3/__init__.py
Outdated
Show resolved
Hide resolved
.../opentelemetry-instrumentation-urllib3/src/opentelemetry/instrumentation/urllib3/__init__.py
Show resolved
Hide resolved
...n/opentelemetry-instrumentation-urllib3/src/opentelemetry/instrumentation/urllib3/version.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-urllib3/tests/test_urllib3_ip_support.py
Outdated
Show resolved
Hide resolved
0f66541
to
56fb196
Compare
56fb196
to
471dadf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe uninstrument
should stop producing all telemetry including metrics. I am going to bring this up in today's SIG. Blocking the accidental merge meanwhile.
Please update the metrics support for this instrumentation here |
Add |
@shalevr We will need tests to make sure |
fa9a8a5
to
fcb2d42
Compare
0bbc7a0
to
9db1dba
Compare
.../opentelemetry-instrumentation-urllib3/src/opentelemetry/instrumentation/urllib3/__init__.py
Outdated
Show resolved
Hide resolved
instrumentation/opentelemetry-instrumentation-urllib3/tests/test_urllib3_ip_support.py
Outdated
Show resolved
Hide resolved
…hub.com/shalevr/opentelemetry-python-contrib into feature/Metrics-instrumentation-urllib3 * 'feature/Metrics-instrumentation-urllib3' of https://github.com/shalevr/opentelemetry-python-contrib: Metric instrumentation asgi (open-telemetry#1197) Metrics instrumentation flask (open-telemetry#1186) Adding sqlalchemy native tags in sqlalchemy commenter (open-telemetry#1206)
* main: Codespell ci (open-telemetry#1237) aiohttp-client: Fix producing additional spans with each newly created ClientSession (open-telemetry#1246) Remove support for 3.6 (open-telemetry#853) Added the Licence and Manifest file Restore metrics in django (open-telemetry#1208) fix typo in example codes (open-telemetry#1240) boto3sqs: Make propagation compatible with other instrumentations and add 'messaging.url' span attribute (open-telemetry#1234) Release 1.12.0-0.33b0 (open-telemetry#1223) Fix Flask instrumentation doc link (open-telemetry#1216) Feature/metrics instrumentation urllib3 (open-telemetry#1198) Metric instrumentation asgi (open-telemetry#1197) Metrics instrumentation flask (open-telemetry#1186) Adding sqlalchemy native tags in sqlalchemy commenter (open-telemetry#1206) ci: fix docs workflow failure (open-telemetry#1211) Add psycopg2 native tags to sqlcommenter (open-telemetry#1203) SQLCommenter semicolon bug fix (open-telemetry#1200) Sync with sdk setup from setUpClass to setUp (open-telemetry#1193) # Conflicts: # CHANGELOG.md # instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/__init__.py # instrumentation/opentelemetry-instrumentation-tornado/src/opentelemetry/instrumentation/tornado/client.py
Description
Add metrics instrumentation for urllib3
Fixes #1144
Type of change
Please delete options that are not relevant.
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.