Browse Source

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 4 years ago committed by GitHub
parent
commit
00fc6fbf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      website/pages/docs/agent/options.mdx

3
website/pages/docs/agent/options.mdx

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

Loading…
Cancel
Save