chore: update bootstrap with new instrumentations (#913)

This commit is contained in:
alrex 2020-07-15 10:18:33 -07:00 committed by GitHub
parent 757f88f0af
commit 7d80d468e2
1 changed files with 18 additions and 18 deletions

36
tox.ini
View File

@ -202,33 +202,33 @@ changedir =
test-core-getting-started: docs/getting_started/tests test-core-getting-started: docs/getting_started/tests
test-core-opentracing-shim: ext/opentelemetry-ext-opentracing-shim/tests test-core-opentracing-shim: ext/opentelemetry-ext-opentracing-shim/tests
test-instrumentation-grpc: ext/opentelemetry-ext-grpc/tests
test-instrumentation-aiohttp-client: ext/opentelemetry-ext-aiohttp-client/tests test-instrumentation-aiohttp-client: ext/opentelemetry-ext-aiohttp-client/tests
test-instrumentation-requests: ext/opentelemetry-ext-requests/tests
test-instrumentation-jinja2: ext/opentelemetry-ext-jinja2/tests
test-instrumentation-dbapi: ext/opentelemetry-ext-dbapi/tests
test-instrumentation-django: ext/opentelemetry-ext-django/tests
test-instrumentation-mysql: ext/opentelemetry-ext-mysql/tests
test-instrumentation-pymemcache: ext/opentelemetry-ext-pymemcache/tests
test-instrumentation-pymongo: ext/opentelemetry-ext-pymongo/tests
test-instrumentation-psycopg2: ext/opentelemetry-ext-psycopg2/tests
test-instrumentation-pymysql: ext/opentelemetry-ext-pymysql/tests
test-instrumentation-pyramid: ext/opentelemetry-ext-pyramid/tests
test-instrumentation-asgi: ext/opentelemetry-ext-asgi/tests test-instrumentation-asgi: ext/opentelemetry-ext-asgi/tests
test-instrumentation-sqlite3: ext/opentelemetry-ext-sqlite3/tests test-instrumentation-asyncpg: ext/opentelemetry-ext-asyncpg/tests
test-instrumentation-wsgi: ext/opentelemetry-ext-wsgi/tests
test-instrumentation-boto: ext/opentelemetry-ext-boto/tests test-instrumentation-boto: ext/opentelemetry-ext-boto/tests
test-instrumentation-botocore: ext/opentelemetry-ext-botocore/tests test-instrumentation-botocore: ext/opentelemetry-ext-botocore/tests
test-instrumentation-celery: ext/opentelemetry-ext-celery/tests
test-instrumentation-dbapi: ext/opentelemetry-ext-dbapi/tests
test-instrumentation-django: ext/opentelemetry-ext-django/tests
test-instrumentation-example-app: docs/examples/opentelemetry-example-app/tests
test-instrumentation-elasticsearch{2,5,6,7}: ext/opentelemetry-ext-elasticsearch/tests
test-instrumentation-fastapi: ext/opentelemetry-instrumentation-fastapi/tests test-instrumentation-fastapi: ext/opentelemetry-instrumentation-fastapi/tests
test-instrumentation-flask: ext/opentelemetry-ext-flask/tests test-instrumentation-flask: ext/opentelemetry-ext-flask/tests
test-instrumentation-example-app: docs/examples/opentelemetry-example-app/tests test-instrumentation-grpc: ext/opentelemetry-ext-grpc/tests
test-instrumentation-sqlalchemy: ext/opentelemetry-ext-sqlalchemy/tests test-instrumentation-jinja2: ext/opentelemetry-ext-jinja2/tests
test-instrumentation-mysql: ext/opentelemetry-ext-mysql/tests
test-instrumentation-psycopg2: ext/opentelemetry-ext-psycopg2/tests
test-instrumentation-pymemcache: ext/opentelemetry-ext-pymemcache/tests
test-instrumentation-pymongo: ext/opentelemetry-ext-pymongo/tests
test-instrumentation-pymysql: ext/opentelemetry-ext-pymysql/tests
test-instrumentation-pyramid: ext/opentelemetry-ext-pyramid/tests
test-instrumentation-redis: ext/opentelemetry-ext-redis/tests test-instrumentation-redis: ext/opentelemetry-ext-redis/tests
test-instrumentation-requests: ext/opentelemetry-ext-requests/tests
test-instrumentation-sqlalchemy: ext/opentelemetry-ext-sqlalchemy/tests
test-instrumentation-sqlite3: ext/opentelemetry-ext-sqlite3/tests
test-instrumentation-starlette: ext/opentelemetry-instrumentation-starlette/tests test-instrumentation-starlette: ext/opentelemetry-instrumentation-starlette/tests
test-instrumentation-system-metrics: ext/opentelemetry-ext-system-metrics/tests test-instrumentation-system-metrics: ext/opentelemetry-ext-system-metrics/tests
test-instrumentation-celery: ext/opentelemetry-ext-celery/tests test-instrumentation-wsgi: ext/opentelemetry-ext-wsgi/tests
test-instrumentation-elasticsearch{2,5,6,7}: ext/opentelemetry-ext-elasticsearch/tests
test-instrumentation-asyncpg: ext/opentelemetry-ext-asyncpg/tests
test-exporter-jaeger: ext/opentelemetry-ext-jaeger/tests test-exporter-jaeger: ext/opentelemetry-ext-jaeger/tests
test-exporter-datadog: ext/opentelemetry-ext-datadog/tests test-exporter-datadog: ext/opentelemetry-ext-datadog/tests