File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed
instrumentation/opentelemetry-instrumentation-system-metrics Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ dependencies = [
33
33
instruments = [
34
34
" psutil >= 5" ,
35
35
]
36
- test = [
37
- " opentelemetry-instrumentation-system-metrics[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- ]
40
36
41
37
[project .entry-points .opentelemetry_instrumentor ]
42
38
system_metrics = " opentelemetry.instrumentation.system_metrics:SystemMetricsInstrumentor"
Original file line number Diff line number Diff line change
1
+ asgiref==3.7.2
2
+ attrs==23.2.0
3
+ Deprecated==1.2.14
4
+ importlib-metadata==6.11.0
5
+ iniconfig==2.0.0
6
+ packaging==23.2
7
+ pluggy==1.4.0
8
+ psutil==5.9.8
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-system-metrics
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ commands_pre =
441
441
442
442
starlette: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test]
443
443
444
- system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[ test]
444
+ system-metrics: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics/ test-requirements.txt
445
445
446
446
tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
447
447
@@ -576,7 +576,7 @@ commands_pre =
576
576
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test]
577
577
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx[test]
578
578
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda[test]
579
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
579
+ python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics
580
580
python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio[test]
581
581
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-richconsole[test]
582
582
# requires snappy headers to be available on the system
You can’t perform that action at this time.
0 commit comments