Upgrade Datadog Cattle template (#159)

* datadog-rancher-init:v2.0
* datadog/docker-dd-agent:11.0.580

Changes: Support for mapping Rancher service labels to Datadog tags
This commit is contained in:
Jan B
2016-07-11 19:47:10 +02:00
committed by Bill Maxwell
parent d719e43d82
commit 4849be7375
4 changed files with 91 additions and 9 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
# DataDog Agent & DogStatsD
# Datadog Agent & DogStatsD
This service uses the [official](https://www.github.com/DataDog/docker-dd-agent) Datadog Agent image and a sidekick data volume containing a customized entrypoint script for improved integration with the Rancher environment.
This template deploys a Datadog Agent stack consisting of the official [docker-dd-agent image](https://www.github.com/Datadog/docker-dd-agent) and a sidekick config volume with a custom entrypoint script for improved integration with the Rancher Cattle environment:
* The `hostname` reported to DataDog is the actual name of the host
* You may specify `host labels` which are used as DataDog tags
* Service will be deployed globally by default so that every host is monitored by a `DataDog Agent`
* Alternatively you may deploy just a single `DogStatsD` instance which then acts as a metrics aggregator for other services
* Reports the actual name of the host instead of the container's hostname
* Let's you specify `host` and `service` labels to be mapped to Datadog tags
* Starts as global service by default so that system and Docker metrics from every host are captured
* Allows deployment as a standalone `DogStatsD` service that aggregates StatsD metrics sent from applications