Nov 07, 2023
Debian Bullseye support and other improvements
Standalone Agent0.0.29
- Added support for the Debian Bullseye (11) distribution.
- Add an exponential backoff to the retry sleep time to bind to the StatsD, NGINX and OpenTelemetry HTTP ports. This gives the agent a longer time to connect to the ports if they become available within a 4 minute window.
- Logs from the agent and extension now use a more consistent format for spans and transactions.
- The "debug" log level should now be enough for debugging most support issues.
- Add
memory_in_percentages
andswap_in_percentages
host metrics that represents metrics in percentages. - Ignore
/snap/
disk mountpoints when measuring disk usage in volumes. - Fix agent's OpenTelemetry HTTP server getting stuck when two requests are made within the same fraction of a second.