@@ -36,7 +36,7 @@ envlist =
36
36
py3{5,6,7,8}-test-instrumentation-aiopg
37
37
; instrumentation-aiopg intentionally excluded from pypy3
38
38
39
- ; opentelemetry-ext -botocore
39
+ ; opentelemetry-instrumentation -botocore
40
40
py3{6,7,8}-test-instrumentation-botocore
41
41
pypy3-test-instrumentation-botocore
42
42
@@ -48,7 +48,7 @@ envlist =
48
48
py3{4,5,6,7,8}-test-instrumentation-dbapi
49
49
pypy3-test-instrumentation-dbapi
50
50
51
- ; opentelemetry-ext -boto
51
+ ; opentelemetry-instrumentation -boto
52
52
py3{5,6,7,8}-test-instrumentation-boto
53
53
pypy3-test-instrumentation-boto
54
54
@@ -74,7 +74,7 @@ envlist =
74
74
py3{6,7,8}-test-instrumentation-starlette
75
75
pypy3-test-instrumentation-starlette
76
76
77
- ; opentelemetry-ext -jinja2
77
+ ; opentelemetry-instrumentation -jinja2
78
78
py3{4,5,6,7,8}-test-instrumentation-jinja2
79
79
pypy3-test-instrumentation-jinja2
80
80
@@ -145,7 +145,7 @@ envlist =
145
145
py3{4,5,6,7,8}-test-core-opentracing-shim
146
146
pypy3-test-core-opentracing-shim
147
147
148
- ; opentelemetry-ext -grpc
148
+ ; opentelemetry-instrumentation -grpc
149
149
py3{5,6,7,8}-test-instrumentation-grpc
150
150
151
151
; opentelemetry-instrumentation-sqlalchemy
@@ -156,13 +156,13 @@ envlist =
156
156
py3{4,5,6,7,8}-test-instrumentation-redis
157
157
pypy3-test-instrumentation-redis
158
158
159
- ; opentelemetry-ext -celery
159
+ ; opentelemetry-instrumentation -celery
160
160
py3{5,6,7,8}-test-instrumentation-celery
161
161
pypy3-test-instrumentation-celery
162
162
163
- ; opentelemetry-ext -system-metrics
163
+ ; opentelemetry-instrumentation -system-metrics
164
164
py3{4,5,6,7,8}-test-instrumentation-system-metrics
165
- ; ext -system-metrics intentionally excluded from pypy3
165
+ ; instrumentation -system-metrics intentionally excluded from pypy3
166
166
; known limitation: gc.get_count won't work under pypy
167
167
168
168
lint
@@ -195,23 +195,23 @@ changedir =
195
195
test-core-proto: opentelemetry-proto/tests
196
196
test-core-instrumentation: opentelemetry-instrumentation/tests
197
197
test-core-getting-started: docs/getting_started/tests
198
- test-core-opentracing-shim: ext /opentelemetry-ext -opentracing-shim/tests
198
+ test-core-opentracing-shim: instrumentation /opentelemetry-instrumentation -opentracing-shim/tests
199
199
200
200
test-instrumentation-aiohttp-client: instrumentation/opentelemetry-instrumentation-aiohttp-client/tests
201
201
test-instrumentation-aiopg: instrumentation/opentelemetry-instrumentation-aiopg/tests
202
202
test-instrumentation-asgi: instrumentation/opentelemetry-instrumentation-asgi/tests
203
203
test-instrumentation-asyncpg: instrumentation/opentelemetry-instrumentation-asyncpg/tests
204
- test-instrumentation-boto: ext /opentelemetry-ext -boto/tests
205
- test-instrumentation-botocore: ext /opentelemetry-ext -botocore/tests
206
- test-instrumentation-celery: ext /opentelemetry-ext -celery/tests
204
+ test-instrumentation-boto: instrumentation /opentelemetry-instrumentation -boto/tests
205
+ test-instrumentation-botocore: instrumentation /opentelemetry-instrumentation -botocore/tests
206
+ test-instrumentation-celery: instrumentation /opentelemetry-instrumentation -celery/tests
207
207
test-instrumentation-dbapi: instrumentation/opentelemetry-instrumentation-dbapi/tests
208
208
test-instrumentation-django: instrumentation/opentelemetry-instrumentation-django/tests
209
209
test-instrumentation-example-app: docs/examples/opentelemetry-example-app/tests
210
- test-instrumentation-elasticsearch{2,5,6,7}: ext /opentelemetry-ext -elasticsearch/tests
210
+ test-instrumentation-elasticsearch{2,5,6,7}: instrumentation /opentelemetry-instrumentation -elasticsearch/tests
211
211
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
212
212
test-instrumentation-flask: instrumentation/opentelemetry-instrumentation-flask/tests
213
- test-instrumentation-grpc: ext /opentelemetry-ext -grpc/tests
214
- test-instrumentation-jinja2: ext /opentelemetry-ext -jinja2/tests
213
+ test-instrumentation-grpc: instrumentation /opentelemetry-instrumentation -grpc/tests
214
+ test-instrumentation-jinja2: instrumentation /opentelemetry-instrumentation -jinja2/tests
215
215
test-instrumentation-mysql: instrumentation/opentelemetry-instrumentation-mysql/tests
216
216
test-instrumentation-psycopg2: instrumentation/opentelemetry-instrumentation-psycopg2/tests
217
217
test-instrumentation-pymemcache: instrumentation/opentelemetry-instrumentation-pymemcache/tests
@@ -223,7 +223,7 @@ changedir =
223
223
test-instrumentation-sqlalchemy: instrumentation/opentelemetry-instrumentation-sqlalchemy/tests
224
224
test-instrumentation-sqlite3: instrumentation/opentelemetry-instrumentation-sqlite3/tests
225
225
test-instrumentation-starlette: instrumentation/opentelemetry-instrumentation-starlette/tests
226
- test-instrumentation-system-metrics: ext /opentelemetry-ext -system-metrics/tests
226
+ test-instrumentation-system-metrics: instrumentation /opentelemetry-instrumentation -system-metrics/tests
227
227
test-instrumentation-wsgi: instrumentation/opentelemetry-instrumentation-wsgi/tests
228
228
229
229
test-exporter-jaeger: exporter/opentelemetry-exporter-jaeger/tests
@@ -241,27 +241,27 @@ commands_pre =
241
241
test: pip install {toxinidir}/opentelemetry-api {toxinidir}/opentelemetry-sdk {toxinidir}/tests/util
242
242
243
243
test-core-proto: pip install {toxinidir}/opentelemetry-proto
244
- ext, instrumentation: pip install {toxinidir}/opentelemetry-instrumentation
244
+ instrumentation: pip install {toxinidir}/opentelemetry-instrumentation
245
245
246
246
example-app: pip install {toxinidir}/opentelemetry-instrumentation {toxinidir}/instrumentation/opentelemetry-instrumentation-requests {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi {toxinidir}/instrumentation/opentelemetry-instrumentation-flask {toxinidir}/docs/examples/opentelemetry-example-app
247
247
248
248
getting-started: pip install -e {toxinidir}/opentelemetry-instrumentation -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask
249
249
250
- celery: pip install {toxinidir}/ext /opentelemetry-ext -celery[test]
250
+ celery: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -celery[test]
251
251
252
- grpc: pip install {toxinidir}/ext /opentelemetry-ext -grpc[test]
252
+ grpc: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -grpc[test]
253
253
254
254
wsgi,flask,django,pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi
255
255
asgi,starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi
256
256
257
257
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg
258
258
259
- boto: pip install {toxinidir}/ext /opentelemetry-ext -botocore[test]
260
- boto: pip install {toxinidir}/ext /opentelemetry-ext -boto[test]
259
+ boto: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -botocore[test]
260
+ boto: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -boto[test]
261
261
262
262
flask: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
263
263
264
- botocore: pip install {toxinidir}/ext /opentelemetry-ext -botocore[test]
264
+ botocore: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -botocore[test]
265
265
266
266
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
267
267
@@ -296,7 +296,7 @@ commands_pre =
296
296
297
297
starlette: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
298
298
299
- jinja2: pip install {toxinidir}/ext /opentelemetry-ext -jinja2[test]
299
+ jinja2: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -jinja2[test]
300
300
301
301
aiohttp-client: pip install {toxinidir}/opentelemetry-sdk {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client
302
302
@@ -305,17 +305,17 @@ commands_pre =
305
305
jaeger: pip install {toxinidir}/exporter/opentelemetry-exporter-jaeger
306
306
307
307
opentracing-shim: pip install {toxinidir}/opentelemetry-sdk
308
- opentracing-shim: pip install {toxinidir}/ext /opentelemetry-ext -opentracing-shim
308
+ opentracing-shim: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -opentracing-shim
309
309
310
310
datadog: pip install {toxinidir}/opentelemetry-sdk {toxinidir}/exporter/opentelemetry-exporter-datadog
311
311
312
312
zipkin: pip install {toxinidir}/exporter/opentelemetry-exporter-zipkin
313
313
314
314
sqlalchemy: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy
315
315
316
- system-metrics: pip install {toxinidir}/ext /opentelemetry-ext -system-metrics[test]
316
+ system-metrics: pip install {toxinidir}/instrumentation /opentelemetry-instrumentation -system-metrics[test]
317
317
318
- elasticsearch{2,5,6,7}: pip install {toxinidir}/opentelemetry-instrumentation {toxinidir}/ext /opentelemetry-ext -elasticsearch[test]
318
+ elasticsearch{2,5,6,7}: pip install {toxinidir}/opentelemetry-instrumentation {toxinidir}/instrumentation /opentelemetry-instrumentation -elasticsearch[test]
319
319
320
320
; In order to get a healthy coverage report,
321
321
; we have to install packages in editable mode.
@@ -405,15 +405,15 @@ deps =
405
405
celery ~= 4.0, != 4.4.4
406
406
407
407
changedir =
408
- ext /opentelemetry-ext -docker-tests/tests
408
+ tests /opentelemetry-docker-tests/tests
409
409
410
410
commands_pre =
411
411
pip install -e {toxinidir}/opentelemetry-api \
412
412
-e {toxinidir}/opentelemetry-sdk \
413
413
-e {toxinidir}/opentelemetry-instrumentation \
414
414
-e {toxinidir}/tests/util \
415
415
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg \
416
- -e {toxinidir}/ext /opentelemetry-ext -celery \
416
+ -e {toxinidir}/instrumentation /opentelemetry-instrumentation -celery \
417
417
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi \
418
418
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql \
419
419
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2 \
@@ -422,7 +422,7 @@ commands_pre =
422
422
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy \
423
423
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg \
424
424
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis \
425
- -e {toxinidir}/ext /opentelemetry-ext -system-metrics \
425
+ -e {toxinidir}/instrumentation /opentelemetry-instrumentation -system-metrics \
426
426
-e {toxinidir}/exporter/opentelemetry-exporter-opencensus
427
427
docker-compose up -d
428
428
python check_availability.py
0 commit comments