Upgrading to version 4 of the agent
Serverless Observability Stack APM Agent Python
4.0 of the Elastic APM Python Agent comes with several backwards incompatible changes.
This version of the agent is only compatible with APM Server 6.5+. To upgrade, we recommend to first upgrade APM Server, and then the agent. APM Server 6.5+ is backwards compatible with versions 2.x and 3.x of the agent.
Several configuration options have been removed, or renamed
flush_intervalhas been removed- the
flush_intervalandmax_queue_sizesettings have been removed. - new settings introduced:
api_request_timeandapi_request_size. - Some settings now require a unit for duration or size. See size format and duration format.
The method to write processors for sanitizing events has been changed. It will now be called for every type of event (transactions, spans and errors), unless the event types are limited using a decorator. See Sanitizing data for more information.