mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 22:23:12 +08:00
@ -35,10 +35,6 @@ dependencies = [
|
|||||||
instruments = [
|
instruments = [
|
||||||
"asgiref ~= 3.0",
|
"asgiref ~= 3.0",
|
||||||
]
|
]
|
||||||
test = [
|
|
||||||
"opentelemetry-instrumentation-asgi[instruments]",
|
|
||||||
"opentelemetry-test-utils == 0.45b0.dev",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-asgi"
|
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-asgi"
|
||||||
|
@ -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
|
8
tox.ini
8
tox.ini
@ -323,6 +323,8 @@ commands_pre =
|
|||||||
|
|
||||||
distro: pip install {toxinidir}/opentelemetry-distro
|
distro: pip install {toxinidir}/opentelemetry-distro
|
||||||
|
|
||||||
|
asgi: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi/test-requirements.txt
|
||||||
|
|
||||||
celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
|
celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
|
||||||
|
|
||||||
sio-pika-{0,1}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
|
sio-pika-{0,1}: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-pika[test]
|
||||||
@ -337,9 +339,9 @@ commands_pre =
|
|||||||
|
|
||||||
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
|
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
|
||||||
|
|
||||||
falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
|
falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,httpx-{18,21},requests,urllib,urllib3v-{1,2},wsgi: pip install {toxinidir}/util/opentelemetry-util-http
|
||||||
wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
|
wsgi,falcon-{1,2,3},flask-{213,220,300},django-{1,2,3,4},pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
|
||||||
asgi,django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
|
django-{3,4},starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi
|
||||||
|
|
||||||
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
|
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test]
|
||||||
|
|
||||||
@ -538,7 +540,7 @@ commands_pre =
|
|||||||
python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
|
python -m pip install -e {toxinidir}/opentelemetry-instrumentation[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test]
|
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi/test-requirements.txt
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto3sqs[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test]
|
||||||
|
Reference in New Issue
Block a user