From 333e23984e79a3a81d1b5f767f2e21029385ac0e Mon Sep 17 00:00:00 2001 From: Kit Patella Date: Fri, 9 Oct 2020 12:29:40 -0700 Subject: [PATCH] adds missing options.mdx entry for telemetry {disable_compat_1.9} --- website/pages/docs/agent/options.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/pages/docs/agent/options.mdx b/website/pages/docs/agent/options.mdx index a369400a8..c7562c483 100644 --- a/website/pages/docs/agent/options.mdx +++ b/website/pages/docs/agent/options.mdx @@ -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.