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

v0.99.35

14 Jul 16:57
Compare
Choose a tag to compare
  • Make cgroup stats collection handle older version or files missing. Fixes Kubernetes 1.5 support [#17]

v0.99.34

12 Jul 17:25
Compare
Choose a tag to compare
  • Collect container health [#13]
  • Collect container IO writes and reads per second [#15]

v0.99.33

10 Jul 15:41
Compare
Choose a tag to compare
  • Collect container state [#9]
  • Use kubelet for more real-time metadata from Kubernetes [#10]
  • Update collection of process state [#11]
  • Fix a bug with the Kubernetes check on 1.5

v0.99.32

06 Jul 16:54
Compare
Choose a tag to compare
  • Logs now go directly to file at /var/log/datadog/process-agent.log.
  • Change CPU % calculation to be more accurate.
  • Support PROXY_* environment variables for proxy configuration (see README for more details)
  • Fix an issue where hosts with many processes could get into a locked state.

v0.99.31

29 Jun 17:56
Compare
Choose a tag to compare
  • Support datadog.conf configuration for transition into datadog-agent package (next release!)
  • Proxy support in containerized Agent via PROXY_HOST, PROXY_PORT, PROXY_USERNAME, PROXY_PASSWORD environment variables.
  • Limit logging noise when Docker or Kubernetes settings are misconfigured or unsupported.