go.d vsphere add update_every ui:help (#18060)
Ilya Mashchenko committed
Jul 2, 2024 at 19:33 UTC
ef581620f57d10d10306e0c64ecf8a59d6ad0ea2
1 file changed
+3
src/go/plugin/go.d/modules/vsphere/config_schema.json
+3
@@ -220,6 +220,9 @@
220
"method": {
221
"ui:widget": "hidden"
222
},
223
+ "update_every": {
224
+ "ui:help": "**Important**: vSphere generates real-time statistics every 20 seconds. Setting this value lower won't improve data accuracy. For larger vSphere deployments, consider increasing this value to ensure complete data collection during each cycle. To find the optimal value, run the collector in debug mode and see how long it takes to collect metrics."
225
+ },
226
"url": {
227
"ui:placeholder": "https://203.0.113.0"
228
},