Remove trailing whitespace and wordwrap readme in vsphere
This commit is contained in:
parent
9db15651ea
commit
c61c48e10b
|
@ -200,10 +200,12 @@ var sampleConfig = `
|
||||||
## timeout applies to any of the api request made to vcenter
|
## timeout applies to any of the api request made to vcenter
|
||||||
# timeout = "60s"
|
# timeout = "60s"
|
||||||
|
|
||||||
## When set to true, all samples are sent as integers. This makes the output data types backwards compatible
|
## When set to true, all samples are sent as integers. This makes the output
|
||||||
## with Telegraf 1.9 or lower. Normally all samples from vCenter, with the exception of percentages, are
|
## data types backwards compatible with Telegraf 1.9 or lower. Normally all
|
||||||
## integer values, but under some conditions, some averaging takes place internally in the plugin. Setting this
|
## samples from vCenter, with the exception of percentages, are integer
|
||||||
## flag to "false" will send values as floats to preserve the full precision when averaging takes place.
|
## values, but under some conditions, some averaging takes place internally in
|
||||||
|
## the plugin. Setting this flag to "false" will send values as floats to
|
||||||
|
## preserve the full precision when averaging takes place.
|
||||||
# use_int_samples = true
|
# use_int_samples = true
|
||||||
|
|
||||||
## Optional SSL Config
|
## Optional SSL Config
|
||||||
|
|
Loading…
Reference in New Issue