Merge pull request #8913 from hashicorp/mkcp/docs/add-missing-options

adds missing options.mdx entry for telemetry {disable_compat_1.9}
pull/8916/head
Kit Patella 2020-10-09 12:35:46 -07:00 committed by GitHub
commit 00fc6fbf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1945,6 +1945,9 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
be used based on **where** this particular instance is running (e.g. a specific be used based on **where** this particular instance is running (e.g. a specific
geo location or datacenter, dc:sfo). By default, this is left blank and not used. geo location or datacenter, dc:sfo). By default, this is left blank and not used.
- `disable_compat_1.9` ((#telemetry-disable_compat_1.9))
This allows users to disable metrics deprecated in 1.9 so they are no longer emitted, saving on performance and storage in large deployments. Defaults to false.
- `disable_hostname` ((#telemetry-disable_hostname)) - `disable_hostname` ((#telemetry-disable_hostname))
This controls whether or not to prepend runtime telemetry with the machine's This controls whether or not to prepend runtime telemetry with the machine's
hostname, defaults to false. hostname, defaults to false.