Added docs for the collection_interval option in the telemetry block

This commit is contained in:
Diptanu Choudhury
2017-03-09 14:20:35 -08:00
parent 9972d6af71
commit 2d0dd6534f

View File

@@ -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.