Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Releases: DataDog/datadog-process-agent

6.11.1

07 May 16:28
Compare
Choose a tag to compare

Fix:

  • Make expvar + pprof ports configurable

6.11.0

22 Apr 14:02
Compare
Choose a tag to compare

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

13 Dec 21:15
9afcd7c
Compare
Choose a tag to compare

6.6.0-rc.1...6.8.0

Improvements

  • Compute location of program data rather than hard-code (#208)
  • Update to latest version of gopsutil (#214)
  • Put containers and processes running in containers in the same chunk (#215)
  • Improvements to dev setup (#217)

Bug Fixes

  • Add support for running on 32bit ARM platform (#198)
  • Prevent uint underflows when calculating rates and percentages (#201)
  • Ensure that process.IOStat is non-nil (#202)

6.6.0-rc.1: Merge pull request #196 from DataDog/sami/fix-win-ci

15 Oct 14:20
3b5ec1a
Compare
Choose a tag to compare

6.4.0

07 May 16:27
8d8835c
Compare
Choose a tag to compare

6.3.3

22 Apr 13:56
Compare
Choose a tag to compare

Fixed collector decode error
Added timeout to process-agent sending payload

6.3.0

10 Jul 16:29
Compare
Choose a tag to compare

6.2.1...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

23 May 17:47
52d4e8b
Compare
Choose a tag to compare

6.2.0...6.2.1

Bug Fixes

  • Pinned last version of datadog-agent with fixes to kubelet operations on Amazon EKS

6.2.0

11 May 16:50
Compare
Choose a tag to compare

6.1.1...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

5.23.0

08 Jun 18:56
Compare
Choose a tag to compare

5.22.0...5.23.0

Improvements

  • Beta support for Windows (#96)
  • Removal of kubernetes package (#103)
    • used for kube_service tags, now we depend on the main agent for these.
  • Move to go 1.9.4 (#104)

Bug Fixes

  • Change of location for process_dd_url configuration for consistency with other agents (#109)
  • Parsing of log level and dogstatsd port from configuration (#100)