urllib3: Add instrumentation support for version 2 (#1879)

* urllib3: Add instrumentation support for version 2

* changelog
This commit is contained in:
Mario Jonke
2023-07-03 23:49:20 +02:00
committed by GitHub
parent a1f6044672
commit dadcd01524
8 changed files with 17 additions and 11 deletions

View File

@ -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",
},
}