5.13.0 / 04-24-2017
Linux, Windows, Docker and Source Install
Details
On this release the APM tracing agent is now enabled by default on supported platforms (linux).
Should you wish to disable it please set:
apm_enabled: no
in the relevant section in datadog.conf
and restart the agent.
Changes
Please refer to the Integrations Core Checks 5.13.0 tag for the list of changes on the Integrations Core checks repository.
Please refer to the Trace Agent 5.13.0 tag for the list of changes on the Trace Agent.
- [FEATURE] Docker, Service Discovery: Add ability to get docker IP address from Rancher labels for Rancher 1.3. See [#3265][]
- [FEATURE] Docker: improve network tagging. See #3272
- [IMPROVEMENT] Kubeutil: catch errors from kubeutil init. See #3310
- [BUGFIX] JMXFetch: fix race condition preventing SD initialization. See jmxfetch-135
- [BUGFIX] Kubernetes_state: refactor gauge submission, fix
container.restarts
. See #3297 - [BUGFIX] Dockerutil: fix net metrics in host mode. See #3313 and #3314
- [SANITY] Windows: Remove system network check (metrics already reported by integrations-core). See #3096
- [SANITY] Kafka: adding Kafka to list of JMX checks (NOP). See #3304
- [REVERT] Core: SpooledTemporaryFile for subprocess output. See #3291