mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 13:43:03 +08:00
@ -34,11 +34,6 @@ dependencies = [
|
|||||||
instruments = [
|
instruments = [
|
||||||
"aiopg >= 0.13.0, < 2.0.0",
|
"aiopg >= 0.13.0, < 2.0.0",
|
||||||
]
|
]
|
||||||
test = [
|
|
||||||
"opentelemetry-instrumentation-aiopg[instruments]",
|
|
||||||
"opentelemetry-semantic-conventions == 0.45b0.dev",
|
|
||||||
"opentelemetry-test-utils == 0.45b0.dev",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.entry-points.opentelemetry_instrumentor]
|
[project.entry-points.opentelemetry_instrumentor]
|
||||||
aiopg = "opentelemetry.instrumentation.aiopg:AiopgInstrumentor"
|
aiopg = "opentelemetry.instrumentation.aiopg:AiopgInstrumentor"
|
||||||
|
@ -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
|
6
tox.ini
6
tox.ini
@ -406,7 +406,7 @@ commands_pre =
|
|||||||
|
|
||||||
aiohttp-server: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
|
aiohttp-server: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
|
||||||
|
|
||||||
aiopg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
|
aiopg: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt
|
||||||
|
|
||||||
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
richconsole: pip install flaky {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
|
||||||
|
|
||||||
@ -563,7 +563,7 @@ commands_pre =
|
|||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-server[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test]
|
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg/test-requirements.txt
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test]
|
||||||
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
|
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test]
|
||||||
@ -597,7 +597,7 @@ commands =
|
|||||||
[testenv:docker-tests]
|
[testenv:docker-tests]
|
||||||
basepython: python3
|
basepython: python3
|
||||||
deps =
|
deps =
|
||||||
aiopg==1.1.0
|
aiopg==1.4.0
|
||||||
amqp==5.2.0
|
amqp==5.2.0
|
||||||
asgiref==3.7.2
|
asgiref==3.7.2
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
|
Reference in New Issue
Block a user