Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.3 KB

File metadata and controls

33 lines (21 loc) · 1.3 KB
subject releaseDate version downloadLink features bugs security
Python agent
2021-06-04
6.4.1.158
Add support for Flask v2
Improve logging for 410 status codes
Non-PID specific memory metric being reported
Reintroduce non-PID specific memory metrics

Notes

This release of the Python agent adds support for Flask v2, improves logging for HTTP exceptions, and includes a bug fix.

The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from the New Relic download site.

New Features

  • Add support for Flask v2

    The agent will automatically instrument error handlers, nested blueprints, and async views.

Improvements

  • Improve logging for 410 status codes

    The agent now logs the content of a data collector response which specifies the reason for a disconnect for 410 status codes.

Bug Fixes

  • Reintroduce non-PID specific memory metrics

    In agent version v6.2.0.156, memory metrics were modified to add the PID to each metric name. This release reintroduces non-PID specific memory metrics.