From 84b1962528b437016fe1beaa9298448179b9b4bc Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Sat, 15 Oct 2016 10:50:55 +0200 Subject: [PATCH] document new key --- website/source/docs/agent/config.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/config.html.md b/website/source/docs/agent/config.html.md index 5c80398bc..5f6cf409f 100644 --- a/website/source/docs/agent/config.html.md +++ b/website/source/docs/agent/config.html.md @@ -192,6 +192,8 @@ nodes, unless otherwise specified: to. * `statsd_address`: Address of a [statsd](https://github.com/etsy/statsd) server to forward metrics to. + * `datadog_address`: Address of a [DataDog statsd](https://github.com/DataDog/dd-agent) + server to forward metrics to. * `disable_hostname`: A boolean indicating if gauge values should not be prefixed with the local hostname. * `publish_allocation_metrics`: Enables publishing runtime metrics of @@ -294,7 +296,7 @@ integration and are entirely optional. services are named according to `server_service_name` and `client_service_name`. Nomad Servers and Clients advertise their respective services, each tagged appropriately with either `http` or `rpc` tag. Nomad - Servers also advertise a `serf` tagged service. Defaults to `true`. + Servers also advertise a `serf` tagged service. Defaults to `true`. * `server_auto_join`: Servers will automatically discover and join other Nomad Servers by searching for the Consul service name defined in the