mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 09:13:23 +08:00
urllib3: Add instrumentation support for version 2 (#1879)
* urllib3: Add instrumentation support for version 2 * changelog
This commit is contained in:
@ -161,7 +161,7 @@ libraries = {
|
||||
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.40b0.dev",
|
||||
},
|
||||
"urllib3": {
|
||||
"library": "urllib3 >= 1.0.0, < 2.0.0",
|
||||
"library": "urllib3 >= 1.0.0, < 3.0.0",
|
||||
"instrumentation": "opentelemetry-instrumentation-urllib3==0.40b0.dev",
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user