mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00
asgi: Add ASGI middleware (#716)
Adding an ASGI extension. Co-authored-by: Emil Madsen <sovende@gmail.com> Co-authored-by: alrex <alrex.boten@gmail.com> Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
This commit is contained in:
@ -31,6 +31,9 @@ cov docs/examples/opentelemetry-example-app
|
||||
# aiohttp is only supported on Python 3.5+.
|
||||
if [ ${PYTHON_VERSION_INFO[1]} -gt 4 ]; then
|
||||
cov ext/opentelemetry-ext-aiohttp-client
|
||||
# ext-asgi is only supported on Python 3.5+.
|
||||
if [ ${PYTHON_VERSION_INFO[1]} -gt 4 ]; then
|
||||
cov ext/opentelemetry-ext-asgi
|
||||
fi
|
||||
|
||||
coverage report --show-missing
|
||||
|
Reference in New Issue
Block a user