File tree 3 files changed +20
-5
lines changed
exporter/opentelemetry-exporter-prometheus
3 files changed +20
-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-exporter-prometheus
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ commands_pre =
137
137
opencensus-shim: pip install {toxinidir}/opentelemetry-sdk
138
138
opencensus-shim: pip install {toxinidir}/shim/opentelemetry-opencensus-shim[test]
139
139
140
- exporter-prometheus: pip install {toxinidir}/exporter/opentelemetry-exporter-prometheus
140
+ exporter-prometheus: pip install -r {toxinidir}/exporter/opentelemetry-exporter-prometheus/test-requirements-0.txt
141
141
142
142
exporter-zipkin-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-zipkin-json
143
143
exporter-zipkin-combined: pip install {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http
@@ -222,7 +222,7 @@ commands_pre =
222
222
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-grpc[test]
223
223
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp-proto-http[test]
224
224
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-otlp[test]
225
- python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-prometheus[test]
225
+ pip install -r {toxinidir}/exporter/opentelemetry-exporter-prometheus
226
226
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-json[test]
227
227
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin-proto-http[test]
228
228
python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-zipkin[test]
You can’t perform that action at this time.
0 commit comments