Linux, Windows, Docker and Source Install
Details
Dependency Upgrades
- requests
2.19.1
(previously2.18.4
). See requests's changelog
Changes
Please refer to the Integrations Core Checks 6.3.0 tag for the list of changes on the core checks.
Please refer to the Trace Agent 6.3.0 tag for more information on the Trace Agent.
Please refer to the Process Agent 6.3.0 tag for more information on the Process Agent.
- [BUGFIX] JMXFetch: make classpath separator adjust to the OS. See #3729(Thanks @jvanlieshout)
- [BUGFIX] Source install: fix integrations base package name change + bashisms. See #3738
- [BUGFIX] IO: iostat - fix for newer iostat output. See #3733
- [BUGFIX] IO: iostat - fix for broken %util metric due to missing cast. See #3733
- [IMPROVEMENT] IO: iostat - capping values to 100%. See #3727
- [IMPROVEMENT] IO: iostat - adding test for cap logic. See #3741
- [IMPROVEMENT] Core: add host tag for docker swarm node role. See #3735 (Thanks @devonboyer)
- [IMPROVEMENT] Core: warning message to clarify
check_rate
option available. See #3727 - [SANITY] Linux: Reintroduced system stats tests. See #3733
- [SANITY] Packaging/Build: Explicilty pin urllib to avoid inadverted updated. See #3746
- [OTHER] APM enabled by default. See #3749
- [OTHER] Our embedded python unicode interpreter is now UCS4. See omnibus-software-191