Datadog template 11.3.585 (#279)

This commit is contained in:
Jan B
2016-09-17 00:44:47 +02:00
committed by Bill Maxwell
parent c2013db453
commit 401ef671ef
5 changed files with 165 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
# 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
**11.3.585**
* Support for specifying connection options for Consul backends (ACL token, scheme, SSL certificate verification)