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 = "60s"
|
||||
|
||||
## When set to true, all samples are sent as integers. This makes the output data types backwards compatible
|
||||
## with Telegraf 1.9 or lower. Normally all samples from vCenter, with the exception of percentages, are
|
||||
## integer 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.
|
||||
## When set to true, all samples are sent as integers. This makes the output
|
||||
## data types backwards compatible with Telegraf 1.9 or lower. Normally all
|
||||
## samples from vCenter, with the exception of percentages, are integer
|
||||
## 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
|
||||
|
||||
## Optional SSL Config
|
||||
|
|
Loading…
Reference in New Issue