From 6832e6cc8cc6a97fbf28674df905fb22d1446fcb Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 12 Sep 2023 08:30:08 -0600 Subject: [PATCH] docs(inputs.vsphere): fix config name typo in example (#13907) --- plugins/inputs/vsphere/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/vsphere/README.md b/plugins/inputs/vsphere/README.md index cbf817b36..c7d438a9c 100644 --- a/plugins/inputs/vsphere/README.md +++ b/plugins/inputs/vsphere/README.md @@ -430,7 +430,7 @@ instance. For example: datastore_metric_exclude = ["*"] cluster_metric_exclude = ["*"] datacenter_metric_exclude = ["*"] - resourcepool_metric_exclude = ["*"] + resource_pool_metric_exclude = ["*"] vsan_metric_exclude = ["*"] collect_concurrency = 5