From 2d0dd6534fe214b7db087f7967dd325ffc8614ee Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Thu, 9 Mar 2017 14:20:35 -0800 Subject: [PATCH] Added docs for the collection_interval option in the telemetry block --- website/source/docs/agent/configuration/telemetry.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/agent/configuration/telemetry.html.md b/website/source/docs/agent/configuration/telemetry.html.md index 8a2b0d898..af899f76c 100644 --- a/website/source/docs/agent/configuration/telemetry.html.md +++ b/website/source/docs/agent/configuration/telemetry.html.md @@ -45,6 +45,9 @@ The following options are available on all telemetry configurations. - `disable_hostname` `(bool: false)` - Specifies if gauge values should be prefixed with the local hostname. +- `collection_interval` `(duration: 1s)` - Specifies the time interval at which + the Nomad agent collects telemetry data. + - `use_node_name` `(bool: false)` - Specifies if gauge values should be prefixed with the name of the node, instead of the hostname. If set it will override [disable_hostname](#disable_hostname) value.