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
5.22.0
Improvements
- Eliminated ECS code to sync with datadog-agent repo (#90)
- Eliminated majority of kubernetes code to sync with datadog-agent repo (#84)
- Usage of datadog-agent tagger allows us to collect more orchestrator and container metadata including
- custom docker / kubernetes labels (whitelisted via yaml config) (#84)
- Add support for the upcoming agent 6 yaml configuration (#72)
- Support for a pidfile lock (if specified via cmd arguments) (#80)
Bug Fixes
- RancherOS Docker-in-docker container parsing (#89)
5.20.2
5.20.0
Bugfix
- Update dependency of datadog-agent to include RancherOS fix [#67, datadog-agent@#821]
5.19.0
5.18.1
Improvements
- Building with Go 1.9.1 which has security fix. See details in https://groups.google.com/forum/#!topic/golang-nuts/sHfMg4gZNps
Bugfix
- Handle other cgroup mounts style in parser [#66]
5.18.0
5.17.2
5.17.1
5.17.0
This is released as part of the Datadog Agent. See Datadog Agent ChangeLog for info about the other components of the agent.
In this version containers collection is enabled by default meaning that installation of the Datadog Agent will automatically run the process-agent
if your are running in a containerized environment and/or Docker is available.
Improvements
- Collect Process I/O stats if permissions available [#18], [#23]
- Collect ECS metadata [#28]
- Support custom logfile paths and stdout logging [#29]
- Add Mac/Darwin support [#31]
- Add a flag to control Docker network collection [#33]
- Add containers-only checks [#34]
- Enable the container collection by default for the docker-dd-agent [#38]
- Various allocation and CPU improvements [#41], [#47]
- Add filtering on container name with defaults for Kubernetes [#43]
- Resolve docker image SHAs to names [#44]
- Collect context switch counts [#48]
- Enable container collection by default if docker.sock is available [#49]
Bugfix
- Fix log file rotation [#32]
- Make Dockerutil threadsafe [#39]
- Allow override of ddagent py path for Cloudfoundry support [#50]
Other
5.16.0
This is our first release that is included in the datadog-agent
package. If you are using an APT or RPM-based OS you should install the datadog-agent
package using the standard instructions and then enable the process agent. See the process documentation for more information.
Changes: