Commit 18ac8ed 1 parent 9cf995c commit 18ac8ed Copy full SHA for 18ac8ed
File tree 3 files changed +21
-6
lines changed
instrumentation/opentelemetry-instrumentation-system-metrics
3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers = [
24
24
" Programming Language :: Python :: 3.11" ,
25
25
]
26
26
dependencies = [
27
+ " opentelemetry-instrumentation == 0.45b0.dev" ,
27
28
" opentelemetry-api ~= 1.11" ,
28
29
" opentelemetry-sdk ~= 1.11" ,
29
30
" psutil ~= 5.9" ,
@@ -33,10 +34,6 @@ dependencies = [
33
34
instruments = [
34
35
" psutil >= 5" ,
35
36
]
36
- test = [
37
- " opentelemetry-instrumentation-system-metrics[instruments]" ,
38
- " opentelemetry-test-utils == 0.45b0.dev" ,
39
- ]
40
37
41
38
[project .entry-points .opentelemetry_instrumentor ]
42
39
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 @@ -416,7 +416,7 @@ commands_pre =
416
416
417
417
starlette: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette/test-requirements.txt
418
418
419
- system-metrics: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[ test]
419
+ system-metrics: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics/ test-requirements.txt
420
420
421
421
tornado: pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado/test-requirements.txt
422
422
@@ -615,9 +615,9 @@ commands_pre =
615
615
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-httpx/test-requirements-1.txt
616
616
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-aws-lambda/test-requirements.txt
617
617
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql/test-requirements.txt
618
- python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test]
619
618
pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncio/test-requirements.txt
620
619
pip install -r {toxinidir}/exporter/opentelemetry-exporter-richconsole/test-requirements.txt
620
+ pip install -r {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics/test-requirements.txt
621
621
# requires snappy headers to be available on the system
622
622
pip install -r {toxinidir}/resource/opentelemetry-resource-detector-container/test-requirements.txt
623
623
pip install -r {toxinidir}/propagator/opentelemetry-propagator-aws-xray/test-requirements.txt
You can’t perform that action at this time.
0 commit comments