Update Datadog template 1.1.1-11.0.5140 (#527)

This commit is contained in:
Jan B
2017-10-23 16:37:13 +02:00
committed by GitHub
parent 65a8474a52
commit 141cfd9171
4 changed files with 239 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
# Datadog agent
This template deploys a [Datadog](https://www.datadoghq.com/) agent stack consisting of the official [docker-dd-agent](https://www.github.com/Datadog/docker-dd-agent) image and a configuration sidekick that provides closer integration with Rancher:
* Hosts in Datadog are named correctly
* Host labels can be exported as Datadog host tags
* Service labels can be exported as Datadog metric tags
## Service Discovery
Please refer to the Datadog documentation [here](http://docs.datadoghq.com/guides/servicediscovery/) to learn how to provide configuration templates for Service Discovery in etcd or Consul.
## Changelog
**1.1.1-11.0.5140**
* Datadog image updated to v5.1.40 which includes the following Rancher specific changes:
* Service Discovery: Add ability to get docker IP address from Rancher labels for Rancher
* Docker: Fix cgroup parsing on RancherOS
* Switched to use the Alpine based agent image
* Added template configuration of Proxy settings
* Added template configuration to disable DogStatsD
* Added template configuration to overwrite DD intake URL