This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Releases: DataDog/datadog-process-agent
Releases · DataDog/datadog-process-agent
6.11.1
6.11.0
Improvements
- Common configuration utility shared across agents (#261)
- Removed all INI configuration parsing code (e.g.
datadog.conf
) (#272) - Support for configuration secrets (#278)
- Common logging utility shared across agents (#277)
Bug Fixes
- Number of memory improvements for network collection (in-development)
6.8.0
6.6.0-rc.1: Merge pull request #196 from DataDog/sami/fix-win-ci
[fix] Fix windows CI
6.4.0
6.3.3
Fixed collector decode error
Added timeout to process-agent sending payload
6.3.0
Improvements
- Added caching on process arguments scrubbing feature to reduce CPU usage
- Rate calculation bug fix for values of zero
6.2.1
Bug Fixes
- Pinned last version of datadog-agent with fixes to kubelet operations on Amazon EKS
6.2.0
Improvements
- Add process arguments scrubbing feature
- Extend command line processing to post arguments on Windows
- Add support to the logger to output to stdout/console
- Move to go 1.10
Bug Fixes
- Fix DD_HOSTNAME env variable overriding
- Move docker errors to DEBUG level