Commit 3bb87b6 1 parent 8daa8ad commit 3bb87b6 Copy full SHA for 3bb87b6
File tree 3 files changed +20
-5
lines changed
instrumentation/opentelemetry-instrumentation-confluent-kafka
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ dependencies = [
29
29
instruments = [
30
30
" confluent-kafka >= 1.8.2, <= 2.3.0" ,
31
31
]
32
- test = [
33
- " opentelemetry-instrumentation-confluent-kafka[instruments]" ,
34
- ]
35
32
36
33
[project .entry-points .opentelemetry_instrumentor ]
37
34
confluent_kafka = " opentelemetry.instrumentation.confluent_kafka:ConfluentKafkaInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ confluent-kafka==2.3.0
4
+ Deprecated==1.2.14
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ py==1.11.0
10
+ py-cpuinfo==9.0.0
11
+ pytest==7.1.3
12
+ pytest-benchmark==4.0.0
13
+ tomli==2.0.1
14
+ typing_extensions==4.9.0
15
+ wrapt==1.16.0
16
+ zipp==3.17.0
17
+ -e ../../../opentelemetry-instrumentation
18
+ -e ../../../instrumentation/opentelemetry-instrumentation-confluent-kafka
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ commands_pre =
387
387
388
388
kafka-python: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
389
389
390
- confluent-kafka: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[ test]
390
+ confluent-kafka: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka/ test-requirements.txt
391
391
392
392
grpc: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test]
393
393
@@ -559,7 +559,7 @@ commands_pre =
559
559
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test]
560
560
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
561
561
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-kafka-python[test]
562
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka[test]
562
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-confluent-kafka
563
563
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-logging[test]
564
564
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test]
565
565
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg[test]
You can’t perform that action at this time.
0 commit comments