OpenTelemetry instrumentation for Python modules
Go to file
alrex ed6dd7f257
Removing support for python 2.7 (#2)
OpenTelemetry doesn't support Python 2.7. Removing it from the tests and removing contrib packages that don't support Python 3. In this change:

- removing pylons contrib
- removing mysqldb contrib
- updating minimum versions of flask (>=1.0), gevent (>=1.1)

Signed-off-by: Alex Boten <aboten@lightstep.com>
2020-03-23 09:43:03 -07:00
.circleci Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00
.github Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
ddtrace Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00
docs Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00
scripts Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
tests Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00
.gitignore Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
CODEOWNERS initial commit 2019-11-15 08:52:03 -08:00
LICENSE initial commit 2019-11-15 08:52:03 -08:00
LICENSE.Apache Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
LICENSE.BSD3 Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
NOTICE Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
README.md initial commit 2019-11-15 08:52:03 -08:00
Rakefile Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
conftest.py Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00
docker-compose.yml Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
pyproject.toml Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00
setup.cfg Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
setup.py Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00
tox.ini Removing support for python 2.7 (#2) 2020-03-23 09:43:03 -07:00

README.md

opentelemetry-auto-instr-python

Auto-Instrumentation for Python (per OTEP 0001)