Fix typo in telemetry documentation.

Fixes #2008
This commit is contained in:
Alex Dadgar 2016-11-18 11:11:45 -08:00
parent 15cfaaf59d
commit a26f52febd
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ to third-party systems.
```hcl
telemetry {
public_allocation_metrics = true
publish_node_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}
```