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>
This commit is contained in:
alrex
2020-03-23 09:43:03 -07:00
committed by GitHub
parent f13c716af6
commit ed6dd7f257
33 changed files with 63 additions and 1062 deletions

View File

@ -31,7 +31,7 @@ Available environment variables:
DATADOG_TRACE_AGENT_PORT=8126: override the port that the default tracer will submit to (default: 8126)
DATADOG_SERVICE_NAME : override the service name to be used for this program (no default)
This value is passed through when setting up middleware for web framework integrations.
(e.g. pylons, flask, django)
(e.g. flask, django)
For tracing without a web integration, prefer setting the service name in code.
DATADOG_PRIORITY_SAMPLING=true|false : (default: false): enables Priority Sampling.
""" # noqa: E501