The end-of-life date for this agent version is July 29, 2019. To update to the latest agent version, see Update the agent. For more information, see End-of-life policy.
Notes:
This release of the Python agent enables the ability to set apdex values and alerts for key transactions (discussed here)
For a list of known issues with the Python agent see our online help article on the status of the Python agent.
New features:
Added support in the agent required to enable apdex values to be specified for key transactions.
Added support for tracking SQL database queries when using the 'oursql' database client module for MySQL.
Bug fixes/Improvements:
The sqlite3 instrumentation was preventing the use of a sqlite3 database connection object as a context manager together with the 'with' statement.
Suppressed the logging produced by the urllib3 module included within the bundled requests module, when making socket connections.