-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into psycopg3-instrumentation
- Loading branch information
Showing
78 changed files
with
1,106 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
aio-pika==7.2.0 | ||
aiormq==6.2.3 | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
multidict==6.0.5 | ||
packaging==23.2 | ||
pamqp==3.1.0 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wrapt==1.16.0 | ||
yarl==1.9.4 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-aio-pika |
23 changes: 23 additions & 0 deletions
23
instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
aio-pika==8.3.0 | ||
aiormq==6.6.4 | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
multidict==6.0.5 | ||
packaging==23.2 | ||
pamqp==3.2.1 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wrapt==1.16.0 | ||
yarl==1.9.4 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-aio-pika |
23 changes: 23 additions & 0 deletions
23
instrumentation/opentelemetry-instrumentation-aio-pika/test-requirements-2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
aio-pika==9.4.0 | ||
aiormq==6.8.0 | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
multidict==6.0.5 | ||
packaging==23.2 | ||
pamqp==3.3.0 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wrapt==1.16.0 | ||
yarl==1.9.4 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-aio-pika |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
instrumentation/opentelemetry-instrumentation-aiohttp-client/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
aiohttp==3.9.3 | ||
aiosignal==1.3.1 | ||
asgiref==3.7.2 | ||
async-timeout==4.0.3 | ||
attrs==23.2.0 | ||
blinker==1.7.0 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
click==8.1.7 | ||
Deprecated==1.2.14 | ||
Flask==3.0.2 | ||
frozenlist==1.4.1 | ||
http_server_mock==1.7 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.3 | ||
MarkupSafe==2.1.5 | ||
multidict==6.0.5 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
requests==2.31.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
urllib3==2.2.1 | ||
Werkzeug==3.0.1 | ||
wrapt==1.16.0 | ||
yarl==1.9.4 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e util/opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-aiohttp-client |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
instrumentation/opentelemetry-instrumentation-aiohttp-server/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
aiohttp==3.9.3 | ||
aiosignal==1.3.1 | ||
asgiref==3.7.2 | ||
async-timeout==4.0.3 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
frozenlist==1.4.1 | ||
idna==3.6 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
multidict==6.0.5 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-aiohttp==1.0.5 | ||
pytest-asyncio==0.23.5 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
yarl==1.9.4 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e util/opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-aiohttp-server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
aiopg==1.4.0 | ||
asgiref==3.7.2 | ||
async-timeout==4.0.3 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
install==1.3.5 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
psycopg2-binary==2.9.9 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-dbapi | ||
-e instrumentation/opentelemetry-instrumentation-aiopg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
instrumentation/opentelemetry-instrumentation-asgi/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e util/opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-asgi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
instrumentation/opentelemetry-instrumentation-asyncio/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-asyncio==0.23.5 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-asyncio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
instrumentation/opentelemetry-instrumentation-dbapi/test-requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
tomli==2.0.1 | ||
typing_extensions==4.9.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-dbapi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
instrumentation/opentelemetry-instrumentation-django/test-requirements-0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
asgiref==3.7.2 | ||
attrs==23.2.0 | ||
Deprecated==1.2.14 | ||
Django==2.2.28 | ||
importlib-metadata==6.11.0 | ||
iniconfig==2.0.0 | ||
packaging==23.2 | ||
pluggy==1.4.0 | ||
py==1.11.0 | ||
py-cpuinfo==9.0.0 | ||
pytest==7.1.3 | ||
pytest-benchmark==4.0.0 | ||
pytz==2024.1 | ||
sqlparse==0.4.4 | ||
tomli==2.0.1 | ||
typing_extensions==4.10.0 | ||
wrapt==1.16.0 | ||
zipp==3.17.0 | ||
-e opentelemetry-instrumentation | ||
-e instrumentation/opentelemetry-instrumentation-wsgi | ||
-e util/opentelemetry-util-http | ||
-e instrumentation/opentelemetry-instrumentation-django |
Oops, something went wrong.