Jan B 4849be7375 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
2016-07-11 10:47:10 -07:00

9 lines
658 B
Markdown

# Datadog Agent & DogStatsD
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:
* 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