remove google exporter files (#918)
This commit is contained in:
parent
8a5df4997c
commit
77455cebcd
13
tox.ini
13
tox.ini
|
|
@ -161,15 +161,6 @@ envlist =
|
||||||
; ext-system-metrics intentionally excluded from pypy3
|
; ext-system-metrics intentionally excluded from pypy3
|
||||||
; known limitation: gc.get_count won't work under pypy
|
; known limitation: gc.get_count won't work under pypy
|
||||||
|
|
||||||
; Coverage is temporarily disabled for pypy3 due to the pytest bug.
|
|
||||||
; pypy3-coverage
|
|
||||||
|
|
||||||
; opentelemetry-exporter-cloud-monitoring
|
|
||||||
py3{4,5,6,7,8}-test-exporter-cloud-monitoring
|
|
||||||
|
|
||||||
; opentelemetry-exporter-cloud-trace
|
|
||||||
py3{4,5,6,7,8}-test-exporter-cloud-trace
|
|
||||||
|
|
||||||
lint
|
lint
|
||||||
py38-tracecontext
|
py38-tracecontext
|
||||||
py38-{mypy,mypyinstalled}
|
py38-{mypy,mypyinstalled}
|
||||||
|
|
@ -235,8 +226,6 @@ changedir =
|
||||||
test-exporter-opencensusexporter: ext/opentelemetry-ext-opencensusexporter/tests
|
test-exporter-opencensusexporter: ext/opentelemetry-ext-opencensusexporter/tests
|
||||||
test-exporter-otlp: ext/opentelemetry-ext-otlp/tests
|
test-exporter-otlp: ext/opentelemetry-ext-otlp/tests
|
||||||
test-exporter-prometheus: ext/opentelemetry-ext-prometheus/tests
|
test-exporter-prometheus: ext/opentelemetry-ext-prometheus/tests
|
||||||
test-exporter-cloud-trace: ext/opentelemetry-exporter-cloud-trace/tests
|
|
||||||
test-exporter-cloud-monitoring: ext/opentelemetry-exporter-cloud-monitoring/tests
|
|
||||||
test-exporter-zipkin: ext/opentelemetry-ext-zipkin/tests
|
test-exporter-zipkin: ext/opentelemetry-ext-zipkin/tests
|
||||||
|
|
||||||
commands_pre =
|
commands_pre =
|
||||||
|
|
@ -319,8 +308,6 @@ commands_pre =
|
||||||
|
|
||||||
system-metrics: pip install {toxinidir}/ext/opentelemetry-ext-system-metrics[test]
|
system-metrics: pip install {toxinidir}/ext/opentelemetry-ext-system-metrics[test]
|
||||||
|
|
||||||
exporter-cloud-monitoring: pip install {toxinidir}/ext/opentelemetry-exporter-cloud-monitoring
|
|
||||||
exporter-cloud-trace: pip install {toxinidir}/ext/opentelemetry-exporter-cloud-trace
|
|
||||||
elasticsearch{2,5,6,7}: pip install {toxinidir}/opentelemetry-instrumentation {toxinidir}/ext/opentelemetry-ext-elasticsearch[test]
|
elasticsearch{2,5,6,7}: pip install {toxinidir}/opentelemetry-instrumentation {toxinidir}/ext/opentelemetry-ext-elasticsearch[test]
|
||||||
|
|
||||||
; In order to get a healthy coverage report,
|
; In order to get a healthy coverage report,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue