@@ -207,6 +207,10 @@ envlist =
207
207
py3{7,8,9,10,11}-test-instrumentation-kafka-python
208
208
pypy3-test-instrumentation-kafka-python
209
209
210
+ ; opentelemetry-instrumentation-confluent-kafka
211
+ // FIXME: Enable support for python 3.11 when https://github.com/confluentinc/confluent-kafka-python/issues/1452 is fixed
212
+ py3{7,8,9,10}-test-instrumentation-confluent-kafka
213
+
210
214
lint
211
215
spellcheck
212
216
docker-tests
@@ -284,6 +288,7 @@ changedir =
284
288
test-instrumentation-grpc: instrumentation/opentelemetry-instrumentation-grpc/tests
285
289
test-instrumentation-jinja2: instrumentation/opentelemetry-instrumentation-jinja2/tests
286
290
test-instrumentation-kafka-python: instrumentation/opentelemetry-instrumentation-kafka-python/tests
291
+ test-instrumentation-confluent-kafka: instrumentation/opentelemetry-instrumentation-confluent-kafka/tests
287
292
test-instrumentation-logging: instrumentation/opentelemetry-instrumentation-logging/tests
288
293
test-instrumentation-mysql: instrumentation/opentelemetry-instrumentation-mysql/tests
289
294
test-instrumentation-pika{0,1}: instrumentation/opentelemetry-instrumentation-pika/tests
@@ -330,6 +335,8 @@ commands_pre =
330
335
331
336
kafka-python: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
332
337
338
+ confluent-kafka: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
339
+
333
340
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
334
341
335
342
falcon{1,2,3},flask,django{1,2,3,4},pyramid,tornado,starlette,fastapi,aiohttp,asgi,requests,urllib,urllib3,wsgi: pip install {toxinidir}/util/opentelemetry-util-http[test]
@@ -492,6 +499,7 @@ commands_pre =
492
499
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
493
500
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
494
501
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
502
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
495
503
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
496
504
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
497
505
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test]
@@ -556,6 +564,7 @@ commands_pre =
556
564
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery \
557
565
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-pika \
558
566
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python \
567
+ -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka \
559
568
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi \
560
569
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql \
561
570
-e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2 \
0 commit comments