Skip to content

Commit 8ca32f0

Browse files
authored
Rename remaining framework packages from "ext" to "instrumentation" (#969)
1 parent 8159547 commit 8ca32f0

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

eachdist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sortfirst=
1010
instrumentation/opentelemetry-instrumentation-wsgi
1111
instrumentation/opentelemetry-instrumentation-dbapi
1212
instrumentation/opentelemetry-instrumentation-asgi
13-
ext/opentelemetry-ext-botocore
13+
instrumentation/opentelemetry-instrumentation-botocore
1414
instrumentation/*
1515
exporter/*
1616
ext/*

tox.ini

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ envlist =
3636
py3{5,6,7,8}-test-instrumentation-aiopg
3737
; instrumentation-aiopg intentionally excluded from pypy3
3838

39-
; opentelemetry-ext-botocore
39+
; opentelemetry-instrumentation-botocore
4040
py3{6,7,8}-test-instrumentation-botocore
4141
pypy3-test-instrumentation-botocore
4242

@@ -48,7 +48,7 @@ envlist =
4848
py3{4,5,6,7,8}-test-instrumentation-dbapi
4949
pypy3-test-instrumentation-dbapi
5050

51-
; opentelemetry-ext-boto
51+
; opentelemetry-instrumentation-boto
5252
py3{5,6,7,8}-test-instrumentation-boto
5353
pypy3-test-instrumentation-boto
5454

@@ -74,7 +74,7 @@ envlist =
7474
py3{6,7,8}-test-instrumentation-starlette
7575
pypy3-test-instrumentation-starlette
7676

77-
; opentelemetry-ext-jinja2
77+
; opentelemetry-instrumentation-jinja2
7878
py3{4,5,6,7,8}-test-instrumentation-jinja2
7979
pypy3-test-instrumentation-jinja2
8080

@@ -145,7 +145,7 @@ envlist =
145145
py3{4,5,6,7,8}-test-core-opentracing-shim
146146
pypy3-test-core-opentracing-shim
147147

148-
; opentelemetry-ext-grpc
148+
; opentelemetry-instrumentation-grpc
149149
py3{5,6,7,8}-test-instrumentation-grpc
150150

151151
; opentelemetry-instrumentation-sqlalchemy
@@ -156,13 +156,13 @@ envlist =
156156
py3{4,5,6,7,8}-test-instrumentation-redis
157157
pypy3-test-instrumentation-redis
158158

159-
; opentelemetry-ext-celery
159+
; opentelemetry-instrumentation-celery
160160
py3{5,6,7,8}-test-instrumentation-celery
161161
pypy3-test-instrumentation-celery
162162

163-
; opentelemetry-ext-system-metrics
163+
; opentelemetry-instrumentation-system-metrics
164164
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
166166
; known limitation: gc.get_count won't work under pypy
167167

168168
lint
@@ -195,23 +195,23 @@ changedir =
195195
test-core-proto: opentelemetry-proto/tests
196196
test-core-instrumentation: opentelemetry-instrumentation/tests
197197
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
199199

200200
test-instrumentation-aiohttp-client: instrumentation/opentelemetry-instrumentation-aiohttp-client/tests
201201
test-instrumentation-aiopg: instrumentation/opentelemetry-instrumentation-aiopg/tests
202202
test-instrumentation-asgi: instrumentation/opentelemetry-instrumentation-asgi/tests
203203
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
207207
test-instrumentation-dbapi: instrumentation/opentelemetry-instrumentation-dbapi/tests
208208
test-instrumentation-django: instrumentation/opentelemetry-instrumentation-django/tests
209209
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
211211
test-instrumentation-fastapi: instrumentation/opentelemetry-instrumentation-fastapi/tests
212212
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
215215
test-instrumentation-mysql: instrumentation/opentelemetry-instrumentation-mysql/tests
216216
test-instrumentation-psycopg2: instrumentation/opentelemetry-instrumentation-psycopg2/tests
217217
test-instrumentation-pymemcache: instrumentation/opentelemetry-instrumentation-pymemcache/tests
@@ -223,7 +223,7 @@ changedir =
223223
test-instrumentation-sqlalchemy: instrumentation/opentelemetry-instrumentation-sqlalchemy/tests
224224
test-instrumentation-sqlite3: instrumentation/opentelemetry-instrumentation-sqlite3/tests
225225
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
227227
test-instrumentation-wsgi: instrumentation/opentelemetry-instrumentation-wsgi/tests
228228

229229
test-exporter-jaeger: exporter/opentelemetry-exporter-jaeger/tests
@@ -241,27 +241,27 @@ commands_pre =
241241
test: pip install {toxinidir}/opentelemetry-api {toxinidir}/opentelemetry-sdk {toxinidir}/tests/util
242242

243243
test-core-proto: pip install {toxinidir}/opentelemetry-proto
244-
ext,instrumentation: pip install {toxinidir}/opentelemetry-instrumentation
244+
instrumentation: pip install {toxinidir}/opentelemetry-instrumentation
245245

246246
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
247247

248248
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
249249

250-
celery: pip install {toxinidir}/ext/opentelemetry-ext-celery[test]
250+
celery: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test]
251251

252-
grpc: pip install {toxinidir}/ext/opentelemetry-ext-grpc[test]
252+
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
253253

254254
wsgi,flask,django,pyramid: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi
255255
asgi,starlette,fastapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi
256256

257257
asyncpg: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg
258258

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]
261261

262262
flask: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test]
263263

264-
botocore: pip install {toxinidir}/ext/opentelemetry-ext-botocore[test]
264+
botocore: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test]
265265

266266
dbapi: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test]
267267

@@ -296,7 +296,7 @@ commands_pre =
296296

297297
starlette: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
298298

299-
jinja2: pip install {toxinidir}/ext/opentelemetry-ext-jinja2[test]
299+
jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
300300

301301
aiohttp-client: pip install {toxinidir}/opentelemetry-sdk {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client
302302

@@ -305,17 +305,17 @@ commands_pre =
305305
jaeger: pip install {toxinidir}/exporter/opentelemetry-exporter-jaeger
306306

307307
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
309309

310310
datadog: pip install {toxinidir}/opentelemetry-sdk {toxinidir}/exporter/opentelemetry-exporter-datadog
311311

312312
zipkin: pip install {toxinidir}/exporter/opentelemetry-exporter-zipkin
313313

314314
sqlalchemy: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy
315315

316-
system-metrics: pip install {toxinidir}/ext/opentelemetry-ext-system-metrics[test]
316+
system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
317317

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]
319319

320320
; In order to get a healthy coverage report,
321321
; we have to install packages in editable mode.
@@ -405,15 +405,15 @@ deps =
405405
celery ~= 4.0, != 4.4.4
406406

407407
changedir =
408-
ext/opentelemetry-ext-docker-tests/tests
408+
tests/opentelemetry-docker-tests/tests
409409

410410
commands_pre =
411411
pip install -e {toxinidir}/opentelemetry-api \
412412
-e {toxinidir}/opentelemetry-sdk \
413413
-e {toxinidir}/opentelemetry-instrumentation \
414414
-e {toxinidir}/tests/util \
415415
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg \
416-
-e {toxinidir}/ext/opentelemetry-ext-celery \
416+
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery \
417417
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi \
418418
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql \
419419
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2 \
@@ -422,7 +422,7 @@ commands_pre =
422422
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy \
423423
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg \
424424
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis \
425-
-e {toxinidir}/ext/opentelemetry-ext-system-metrics \
425+
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics \
426426
-e {toxinidir}/exporter/opentelemetry-exporter-opencensus
427427
docker-compose up -d
428428
python check_availability.py

0 commit comments

Comments
 (0)