5.10.1
5.10.1 / 11-21-2016
Linux, Windows, Docker and Source Install
Details
Updated Integrations
- RiakCS
- Mongo
Changes
- [IMPROVEMENT] Core/Forwarder: stop flushing after 10s. See #3018.
- [IMPROVEMENT] Core: isolate system checks. See #3011.
- [IMPROVEMENT] RiakCS: support Riak CS 2.1+ stats format. See #2920. (Thanks @millerdev)
- [IMPROVEMENT] Status: Silence requests exception. See #3023.
- [IMPROVEMENT] SpooledTemporaryFile for subprocess output. See #3002.
- [BUGFIX] Core: fix unintended subprocess_output empty output errors. See #3024.
- [BUGFIX] Core/Multiple Checks: Only set
psutil.PROCFS_PATH
once in the collector. See #3013. - [BUGFIX] Core: use proxy for API key status check in info page. See #3012. (Thanks @2rs2ts)
- [BUGFIX] Mongo: use db.current_op instead of manually querying. See #3016 (Thanks @ebroder)
- [BUGFIX] Mongo: use
currentOp
for monodb 3.1+. See #3015 (Thanks @lattwood) - [DEPRECATE] Process:
procfs_path
is now deprecated, should be set indatadog.conf
. See #3013.