pymemcache: Add pymemcache instrumentation (#772)

initial implementation
This commit is contained in:
Eric Mustin 2020-06-12 16:45:28 +02:00 committed by GitHub
parent 9d3118ee7d
commit 14289122c2
1 changed files with 7 additions and 0 deletions

View File

@ -87,6 +87,10 @@ envlist =
py3{4,5,6,7,8}-test-ext-psycopg2 py3{4,5,6,7,8}-test-ext-psycopg2
; ext-psycopg2 intentionally excluded from pypy3 ; ext-psycopg2 intentionally excluded from pypy3
; opentelemetry-ext-pymemcache
py3{4,5,6,7,8}-test-ext-pymemcache
pypy3-test-ext-pymemcache
; opentelemetry-ext-pymongo ; opentelemetry-ext-pymongo
py3{4,5,6,7,8}-test-ext-pymongo py3{4,5,6,7,8}-test-ext-pymongo
pypy3-test-ext-pymongo pypy3-test-ext-pymongo
@ -182,6 +186,7 @@ changedir =
test-ext-opencensusexporter: ext/opentelemetry-ext-opencensusexporter/tests test-ext-opencensusexporter: ext/opentelemetry-ext-opencensusexporter/tests
test-ext-otlp: ext/opentelemetry-ext-otlp/tests test-ext-otlp: ext/opentelemetry-ext-otlp/tests
test-ext-prometheus: ext/opentelemetry-ext-prometheus/tests test-ext-prometheus: ext/opentelemetry-ext-prometheus/tests
test-ext-pymemcache: ext/opentelemetry-ext-pymemcache/tests
test-ext-pymongo: ext/opentelemetry-ext-pymongo/tests test-ext-pymongo: ext/opentelemetry-ext-pymongo/tests
test-exporter-cloud-trace: ext/opentelemetry-exporter-cloud-trace/tests test-exporter-cloud-trace: ext/opentelemetry-exporter-cloud-trace/tests
test-exporter-cloud-monitoring: ext/opentelemetry-exporter-cloud-monitoring/tests test-exporter-cloud-monitoring: ext/opentelemetry-exporter-cloud-monitoring/tests
@ -243,6 +248,8 @@ commands_pre =
prometheus: pip install {toxinidir}/ext/opentelemetry-ext-prometheus prometheus: pip install {toxinidir}/ext/opentelemetry-ext-prometheus
pymemcache: pip install {toxinidir}/ext/opentelemetry-ext-pymemcache[test]
pymongo: pip install {toxinidir}/ext/opentelemetry-ext-pymongo[test] pymongo: pip install {toxinidir}/ext/opentelemetry-ext-pymongo[test]
psycopg2: pip install {toxinidir}/ext/opentelemetry-ext-dbapi {toxinidir}/ext/opentelemetry-ext-psycopg2 {toxinidir}/ext/opentelemetry-ext-psycopg2[test] psycopg2: pip install {toxinidir}/ext/opentelemetry-ext-dbapi {toxinidir}/ext/opentelemetry-ext-psycopg2 {toxinidir}/ext/opentelemetry-ext-psycopg2[test]