adds missing options.mdx entry for telemetry {disable_compat_1.9}

This commit is contained in:
Kit Patella 2020-10-09 12:29:40 -07:00
parent 35c4efd220
commit 333e23984e
1 changed files with 3 additions and 0 deletions

View File

@ -1927,6 +1927,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
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))
This controls whether or not to prepend runtime telemetry with the machine's
hostname, defaults to false.