Aug 11, 2023
New Python package name!
Python0.2.0
In this release we've renamed the AppSignal for Python package to appsignal
(previously appsignal-beta
)! Please update your dependencies (for example, in requirements.txt
) accordingly.
Added
- Use
RENDER_GIT_COMMIT
environment variable as revision if no revision is specified. - Allow configuration of the agent's TCP and UDP servers using the
bind_address
config option. This is by default set to127.0.0.1
, which only makes it accessible from the same host. If you want it to be accessible from other machines, use0.0.0.0
or a specific IP address. - Report total CPU usage host metric for VMs. This change adds another
state
tag value on thecpu
metric calledtotal_usage
, which reports the VM's total CPU usage in percentages. - Add diagnose command for easier debugging.
Changed
- Rename package from
appsignal-beta
toappsignal
. Please update your dependencies (for example, inrequirements.txt
) accordingly. - Bump agent to 32590eb.
- Only ignore disk metrics that start with "loop", not all mounted disks that end with a number to report metrics for more disks.
- Bump agent to 6bec691.
- Upgrade
sql_lexer
to v0.9.5. It adds sanitization support for theTHEN
andELSE
logical operators.
- Upgrade
See the Python package 0.2.0 changelog for more information.