This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Upgrading to version 5 of the agent
editUpgrading to version 5 of the agent
editAPM Server 7.3 required for some features
editAPM Server and Kibana 7.3 introduced support for collecting breakdown metrics, and central configuration of APM agents. To use these features, please update the Python agent to 5.0+ and APM Server / Kibana to 7.3+
Tags renamed to Labels
editTo better align with other parts of the Elastic Stack and the Elastic Common Schema, we renamed "tags" to "labels", and introduced limited support for typed labels. While tag values were only allowed to be strings, label values can be strings, booleans, or numerical.
To benefit from this change, ensure that you run at least APM Server 6.7, and use elasticapm.label()
instead of elasticapm.tag()
.
The tag()
API will continue to work as before, but emit a DeprecationWarning
. It will be removed in 6.0 of the agent.