File tree 3 files changed +23
-5
lines changed
exporter/opentelemetry-exporter-prometheus
3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ dependencies = [
30
30
" prometheus_client >= 0.5.0, < 1.0.0" ,
31
31
]
32
32
33
- [project .optional-dependencies ]
34
- test = []
35
-
36
33
[project .entry-points .opentelemetry_metrics_exporter ]
37
34
prometheus = " opentelemetry.exporter.prometheus:_AutoPrometheusMetricReader"
38
35
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
+ flaky==3.7.0
5
+ importlib-metadata==6.11.0
6
+ iniconfig==2.0.0
7
+ packaging==23.2
8
+ pluggy==1.4.0
9
+ prometheus_client==0.20.0
10
+ py==1.11.0
11
+ py-cpuinfo==9.0.0
12
+ pytest==7.1.3
13
+ pytest-benchmark==4.0.0
14
+ tomli==2.0.1
15
+ typing_extensions==4.10.0
16
+ wrapt==1.16.0
17
+ zipp==3.17.0
18
+ -e opentelemetry-api
19
+ -e opentelemetry-sdk
20
+ -e opentelemetry-semantic-conventions
21
+ -e exporter/opentelemetry-exporter-prometheus
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ commands_pre =
140
140
opencensus-shim: pip install {toxinidir}/opentelemetry-sdk
141
141
opencensus-shim: pip install {toxinidir}/shim/opentelemetry-opencensus-shim[test]
142
142
143
- exporter-prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus
143
+ exporter-prometheus: pip install -r {toxinidir}/exporter/opentelemetry-exporter-prometheus/test-requirements.txt
144
144
145
145
exporter-zipkin-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-zipkin-json
146
146
exporter-zipkin-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http
@@ -225,7 +225,7 @@ commands_pre =
225
225
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
226
226
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http[test]
227
227
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]
228
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-prometheus[ test]
228
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-prometheus/ test-requirements.txt
229
229
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-json[test]
230
230
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http[test]
231
231
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin[test]
You can’t perform that action at this time.
0 commit comments