influxdata / influxdata/telegraf

vSphere Plugin - vSAN data only returns for 1 cluster when multiple clusters are present

Open
#13,776 10 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Go
Stars
17.8k
Forks
5.8k
Avg merge
1d 20h
Merged PRs (30d)
161

Description

### Relevant telegraf.conf

```toml
[agent]
collection_jitter = "10s"
debug = true
flush_interval = "20s"
flush_jitter = "5s"
hostname = ""
interval = "25s"
logfile = "/var/log/telegraf/telegraf.log"
metric_batch_size = 100000
metric_buffer_limit = 500000
omit_hostname = false
precision = ""
quiet = false
round_interval = false
[tags]
t-collector = "watchman-telegraf-lab"
[[outputs.influxdb]]
urls = ["victoriametrics"]
[[outputs.file]]
files = ["/etc/telegraf/output.out"]
data_format = "influx"

#Historical Metrics
[[inputs.vsphere]]
interval = "5m"
vcenters = [ "https://vcenter/sdk" ]
username = "user"
password = "password"
timeout = "290s"
insecure_skip_verify = true

# Define vsan metrics
vsan_metric_include = ["performance.cluster-domclient",
"performance.cluster-domcompmgr",
"performance.host-domclient",
"performance.host-domcompmgr",
"performance.disk-group",
"performance.virtual-machine",
"performance.virtual-disk",
"performance.host-cpu"
]
vsan_metric_exclude = [""]
vsan_cluster_include = ["/*/host/*Cloud**"]
#vsan_metric_skip_verify = true
# Exclude all other metrics
vm_metric_exclude = ["*"]
host_metric_exclude = ["*"]
datastore_metric_include = ["*"]
cluster_metric_include = ["*"]
datacenter_metric_include = ["*"]
resource_pool_metric_exclude = ["*"]

## number of go routines to use for collection and discovery of objects and metrics
collect_concurrency = 4
discover_concurrency = 4
# custom_attribute_include = []
# custom_attribute_exclude = ["*"]

# Realtime metrics
[[inputs.vsphere]]
interval = "20s"
vcenters = [ "https://vcenter/sdk" ]
username = "user"
password = "password"
timeout = "19s"
insecure_skip_verify = true

# Define vsan metrics
vsan_metric_include = ["summary.*"]
vsan_metric_exclude = [""]
vsan_cluster_include = ["/*/host/*Cloud**"]
#vsan_metric_skip_verify = true
# Exclude all other metrics
vm_metric_exclude = ["*"]
host_metric_exclude = ["*"]
datastore_metric_exclude = ["*"]
cluster_metric_exclude = ["*"]
datacenter_metric_exclude = ["*"]
resource_pool_metric_exclude = ["*"]

## number of go routines to use for collection and discovery of objects and metrics
collect_concurrency = 5
discover_concurrency = 5
# custom_attribute_include = []
# custom_attribute_exclude = ["*"]
```

### Logs from Telegraf

```text
2023-08-16T13:46:53Z I! Starting Telegraf 1.27.3
2023-08-16T13:46:53Z I! Available plugins: 237 inputs, 9 aggregators, 28 processors, 23 parsers, 59 outputs, 4 secret-stores
2023-08-16T13:46:53Z I! Loaded inputs: vsphere (2x)
2023-08-16T13:46:53Z I! Loaded aggregators:
2023-08-16T13:46:53Z I! Loaded processors:
2023-08-16T13:46:53Z I! Loaded secretstores:
2023-08-16T13:46:53Z I! Loaded outputs: influxdb
2023-08-16T13:46:53Z I! Tags enabled: host=0125164ff35e t-collector=watchman-telegraf-lab
2023-08-16T13:46:53Z W! Deprecated inputs: 0 and 2 options
2023-08-16T13:46:53Z I! [agent] Config: Interval:25s, Quiet:false, Hostname:"0125164ff35e", Flush Interval:20s
2023-08-16T13:46:53Z D! [agent] Initializing plugins
2023-08-16T13:46:53Z D! [agent] Connecting outputs
2023-08-16T13:46:53Z D! [agent] Attempting connection to [outputs.influxdb]
2023-08-16T13:46:53Z D! [agent] Successfully connected to outputs.influxdb
2023-08-16T13:46:53Z D! [agent] Starting service inputs
2023-08-16T13:46:53Z I! [inputs.vsphere] Starting plugin
2023-08-16T13:46:53Z D! [inputs.vsphere] Creating client: vcenter
2023-08-16T13:46:53Z D! [inputs.vsphere] vCenter maxQueryMetrics is defined: 512
2023-08-16T13:46:53Z D! [inputs.vsphere] vCenter says max_query_metrics should be 512
2023-08-16T13:46:53Z D! [inputs.vsphere] Running initial discovery
2023-08-16T13:46:53Z D! [inputs.vsphere] Discover new objects for vcenter
2023-08-16T13:46:53Z D! [inputs.vsphere] Discovering resources for vm
2023-08-16T13:46:53Z D! [inputs.vsphere] Discovering resources for datastore
2023-08-16T13:46:53Z D! [inputs.vsphere] Find(Datastore, /*/datastore/**) returned 150 objects
2023-08-16T13:46:53Z D! [inputs.vsphere] Found 15 metrics for icdesxcas35e24_Local
2023-08-16T13:46:53Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e10_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcap35e10_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcap39e38_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e34_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 16 metrics for icdesxcan39e26-Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcar35e36_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e41_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e26_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq39e26_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcas35e20_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e16_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for boot-icdesxcap35e32
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 16 metrics for datastore1
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e12-Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e18_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 16 metrics for icdesxcan39e08-Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcas35e28_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for boot-icdesxcap35e36
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e02_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq39e32_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e12_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcas35e22_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcap35e41_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcar35e38_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxt20e34_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcap39e40_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 16 metrics for icdesxt20e26_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for boot-icdesxcap35e38
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 14 metrics for STL_Management_vSAN
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq39e34_Local
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for boot-icdesxcap35e34
2023-08-16T13:46:54Z D! [inputs.vsphere] Found 15 metrics for icdesxcap39e41_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e22-Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e20_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 16 metrics for datastore1 (2)
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e28_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcap35e08_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 16 metrics for icdesxcap35e14_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e02-Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxt20e30_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 16 metrics for icdesxcap39e32_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 16 metrics for icdesxcaq35e32_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e18-Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e22_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e16_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 15 metrics for icdesxcap35e06_Local
2023-08-16T13:46:55Z D! [inputs.vsphere] Found 16 metrics for icdesxcap39e26_Local
2023-08-16T13:47:31Z D! [inputs.vsphere] Found 14 metrics for STL_AOS_vsanDatastore
2023-08-16T13:47:31Z D! [inputs.vsphere] Found 15 metrics for icdesxcap39e22_Local
2023-08-16T13:47:31Z D! [inputs.vsphere] Found 15 metrics for boot-icdesxcap35e28
2023-08-16T13:47:31Z D! [inputs.vsphere] Found 15 metrics for icdesxcas35e32_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 16 metrics for icdesxcap35e20_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq39e24_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e04_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 16 metrics for icdesxcaq35e36_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 15 metrics for icdesxcas35e26_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e06_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e30_Local
2023-08-16T13:47:32Z D! [inputs.vsphere] Found 16 metrics for icdesxcan35e38_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 16 metrics for icdesxcaq39e20_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e34_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 16 metrics for icdesxcan35e10-Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e36_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 16 metrics for icdesxt20e32_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e12_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 16 metrics for icdesxt20e20_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e24_Local
2023-08-16T13:47:33Z D! [inputs.vsphere] Found 16 metrics for icdesxcaq35e08_Local
2023-08-16T13:47:34Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq39e36_Local
2023-08-16T13:47:34Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e36-Local
2023-08-16T13:47:34Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e04-Local
2023-08-16T13:47:34Z D! [inputs.vsphere] Found 14 metrics for STL-LogRepository
2023-08-16T13:47:34Z D! [inputs.vsphere] Found 16 metrics for datastore1 (1)
2023-08-16T13:47:34Z D! [inputs.vsphere] Found 15 metrics for icdesxcap39e28_Local
2023-08-16T13:47:35Z D! [inputs.vsphere] Found 15 metrics for icdesxcas35e36_Local
2023-08-16T13:47:35Z D! [inputs.vsphere] Found 15 metrics for icdesxcap39e36_Local
2023-08-16T13:47:35Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e40-Local
2023-08-16T13:47:37Z D! [inputs.vsphere] Found 14 metrics for STL_AOS_State_Street_vsanDatastore
2023-08-16T13:47:37Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e04_Local
2023-08-16T13:47:37Z D! [inputs.vsphere] Found 15 metrics for icdesxcan39e10_Local
2023-08-16T13:47:38Z D! [inputs.vsphere] Found 15 metrics for icdesxcar35e26_Local
2023-08-16T13:47:38Z D! [inputs.vsphere] Found 15 metrics for boot-icdesxcap35e40
2023-08-16T13:47:44Z D! [inputs.vsphere] Found 14 metrics for STL_Cloud_04_VSAN
2023-08-16T13:47:44Z D! [inputs.vsphere] Found 15 metrics for icdesxcar35e24_Local
2023-08-16T13:47:45Z D! [inputs.vsphere] Found 15 metrics for icdesxcap35e18_Local
2023-08-16T13:47:45Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e32_Local
2023-08-16T13:47:45Z D! [inputs.vsphere] Found 15 metrics for icdesxcan35e14-Local
2023-08-16T13:47:45Z D! [inputs.vsphere] Found 16 metrics for icdesxt20e24_Local
2023-08-16T13:47:45Z D! [inputs.vsphere] Found 15 metrics for icdesxcar35e34_Local
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 14 metrics for STL_Cloud_01_VSAN
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 15 metrics for icdesxcap35e16_Local
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 14 metrics for STL_AOS_02_vsanDatastore
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq39e30_Local
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 16 metrics for icdesxcap39e20_Local
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e30_Local
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 14 metrics for STL_Cloud_06_VSAN
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e40_Local
2023-08-16T13:47:46Z D! [inputs.vsphere] Found 15 metrics for icdesxcaq35e24_Local
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 14 metrics for STL_Cloud_03_vSAN
2023-08-16T13:48:14Z D! [inputs.vsphere] Discovering resources for vsan
2023-08-16T13:48:14Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/*Cloud**) returned 7 objects
2023-08-16T13:48:14Z D! [inputs.vsphere] Discovering resources for datacenter
2023-08-16T13:48:14Z D! [inputs.vsphere] Find(Datacenter, /*) returned 2 objects
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 20 metrics for St Louis
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 20 metrics for St Louis - Advent
2023-08-16T13:48:14Z D! [inputs.vsphere] Discovering resources for cluster
2023-08-16T13:48:14Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/**) returned 14 objects
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 42 metrics for STL_Cloud_06
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_AOS
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_Management
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 37 metrics for AutoDeploy
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_AOS_02
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_Cloud_03
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_Cloud_05
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 37 metrics for ProdReady
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_AOS_State_Street
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 42 metrics for STL_Cloud_07
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_Cloud_01
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_Cloud_04
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 37 metrics for Maintenance
2023-08-16T13:48:14Z D! [inputs.vsphere] Found 43 metrics for STL_Cloud_02
2023-08-16T13:48:14Z D! [inputs.vsphere] Discovering resources for resourcepool
2023-08-16T13:48:14Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 14 objects
2023-08-16T13:48:14Z D! [inputs.vsphere] Discovering resources for host
2023-08-16T13:48:14Z D! [inputs.vsphere] Find(HostSystem, /*/host/**) returned 137 objects
2023-08-16T13:48:14Z I! [inputs.vsphere] Starting plugin
2023-08-16T13:48:14Z D! [inputs.vsphere] Creating client: vcenter
2023-08-16T13:48:15Z D! [inputs.vsphere] vCenter maxQueryMetrics is defined: 512
2023-08-16T13:48:15Z D! [inputs.vsphere] vCenter says max_query_metrics should be 512
2023-08-16T13:48:15Z D! [inputs.vsphere] Running initial discovery
2023-08-16T13:48:15Z D! [inputs.vsphere] Discover new objects for vcenter
2023-08-16T13:48:15Z D! [inputs.vsphere] Discovering resources for host
2023-08-16T13:48:15Z D! [inputs.vsphere] Find(HostSystem, /*/host/**) returned 137 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] Discovering resources for vm
2023-08-16T13:48:15Z D! [inputs.vsphere] Discovering resources for datastore
2023-08-16T13:48:15Z D! [inputs.vsphere] Find(Datastore, /*/datastore/**) returned 150 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] Discovering resources for vsan
2023-08-16T13:48:15Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/*Cloud**) returned 7 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] Discovering resources for datacenter
2023-08-16T13:48:15Z D! [inputs.vsphere] Find(Datacenter, /*) returned 2 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] Discovering resources for cluster
2023-08-16T13:48:15Z D! [inputs.vsphere] Find(ClusterComputeResource, /*/host/**) returned 14 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] Discovering resources for resourcepool
2023-08-16T13:48:15Z D! [inputs.vsphere] Find(ResourcePool, /*/host/**) returned 14 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] Interval estimated to 1m0s
2023-08-16T13:48:15Z D! [inputs.vsphere] Collecting metrics for 14 objects of type cluster for vcenter
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (34 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (24 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (14 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting partial query: 10 metrics (4 remaining) of type cluster for vcenter. Total objects 14
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting job for cluster: 14 objects, 42 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Interval estimated to 1m0s
2023-08-16T13:48:15Z D! [inputs.vsphere] Collecting metrics for 2 objects of type datacenter for vcenter
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting job for datacenter: 2 objects, 40 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for datacenter has 2 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Interval estimated to 1m0s
2023-08-16T13:48:15Z D! [inputs.vsphere] Collecting metrics for 150 objects of type datastore for vcenter
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting final bucket job for datastore: 272 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Submitting job for datastore: 14 objects, 224 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 14 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for datacenter returned metrics for 2 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for datacenter returned 120 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for datacenter returned 120 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Latest sample for datacenter set to 2023-08-16 13:45:00 +0000 UTC
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:15Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 14 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 120 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 120 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:15Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 15 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:16.08030311 +0000 UTC ~ 2023-08-16 13:48:16.08030311 +0000 UTC
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:16.097688399 +0000 UTC ~ 2023-08-16 13:48:16.097688399 +0000 UTC
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 21 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:16.14289007 +0000 UTC ~ 2023-08-16 13:48:16.14289007 +0000 UTC
2023-08-16T13:48:16Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:16.148739418 +0000 UTC ~ 2023-08-16 13:48:16.148739418 +0000 UTC
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 18 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 24 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster has 1 QuerySpecs
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 0 metrics
2023-08-16T13:48:16Z E! [inputs.vsphere] Error in plugin: while collecting cluster: ServerFaultCode: This operation is restricted by the administrator - 'vpxd.stats.maxQueryMetrics'. Contact your system administrator.
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for cluster returned metrics for 1 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for cluster returned 27 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Latest sample for cluster set to 2023-08-16 13:45:00 +0000 UTC
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for datastore returned 243 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] CollectChunk for datastore returned 243 metrics
2023-08-16T13:48:16Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:17Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:17Z D! [inputs.vsphere] Missing value for: datastore.numberReadAveraged.average, IC-LogRepository
2023-08-16T13:48:17Z D! [inputs.vsphere] Missing value for: datastore.numberWriteAveraged.average, IC-LogRepository
2023-08-16T13:48:17Z D! [inputs.vsphere] CollectChunk for datastore returned 249 metrics
2023-08-16T13:48:17Z D! [inputs.vsphere] CollectChunk for datastore returned 249 metrics
2023-08-16T13:48:17Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:20Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:20Z D! [inputs.vsphere] CollectChunk for datastore returned 243 metrics
2023-08-16T13:48:20Z D! [inputs.vsphere] CollectChunk for datastore returned 243 metrics
2023-08-16T13:48:20Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:20Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:20Z D! [inputs.vsphere] Missing value for: datastore.numberReadAveraged.average, STL-LogRepository
2023-08-16T13:48:20Z D! [inputs.vsphere] Missing value for: datastore.numberWriteAveraged.average, STL-LogRepository
2023-08-16T13:48:20Z D! [inputs.vsphere] CollectChunk for datastore returned 225 metrics
2023-08-16T13:48:20Z D! [inputs.vsphere] CollectChunk for datastore returned 225 metrics
2023-08-16T13:48:20Z D! [inputs.vsphere] Query for datastore has 14 QuerySpecs
2023-08-16T13:48:20Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:48:20.622436516 +0000 UTC
2023-08-16T13:48:20Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:48:20.631687803 +0000 UTC
2023-08-16T13:48:20Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:48:20.677034333 +0000 UTC
2023-08-16T13:48:20Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:48:20.68325746 +0000 UTC
2023-08-16T13:48:20Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:48:20.694485478 +0000 UTC
2023-08-16T13:48:20Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:20Z D! [inputs.vsphere] CollectChunk for datastore returned 243 metrics
2023-08-16T13:48:20Z D! [inputs.vsphere] CollectChunk for datastore returned 243 metrics
2023-08-16T13:48:20Z D! [inputs.vsphere] Query for datastore has 17 QuerySpecs
2023-08-16T13:48:21Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:21Z D! [inputs.vsphere] CollectChunk for datastore returned 255 metrics
2023-08-16T13:48:21Z D! [inputs.vsphere] CollectChunk for datastore returned 255 metrics
2023-08-16T13:48:21Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:21Z D! [inputs.vsphere] CollectChunk for datastore returned 219 metrics
2023-08-16T13:48:21Z D! [inputs.vsphere] CollectChunk for datastore returned 219 metrics
2023-08-16T13:48:22Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:48:22.808771226 +0000 UTC
2023-08-16T13:48:22Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:48:22.815604628 +0000 UTC
2023-08-16T13:48:22Z D! [inputs.vsphere] purged timestamp cache. 0 deleted with 1 remaining
2023-08-16T13:48:23Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:40:00 +0000 UTC ~ 2023-08-16 13:48:23.347815816 +0000 UTC
2023-08-16T13:48:23Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:40:00 +0000 UTC ~ 2023-08-16 13:48:23.414349054 +0000 UTC
2023-08-16T13:48:23Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:40:00 +0000 UTC ~ 2023-08-16 13:48:23.738312557 +0000 UTC
2023-08-16T13:48:23Z D! [inputs.vsphere] Query for datastore returned metrics for 14 objects
2023-08-16T13:48:23Z D! [inputs.vsphere] CollectChunk for datastore returned 198 metrics
2023-08-16T13:48:23Z D! [inputs.vsphere] CollectChunk for datastore returned 198 metrics
2023-08-16T13:48:29Z D! [inputs.vsphere] Query for datastore returned metrics for 17 objects
2023-08-16T13:48:29Z D! [inputs.vsphere] CollectChunk for datastore returned 228 metrics
2023-08-16T13:48:29Z D! [inputs.vsphere] CollectChunk for datastore returned 228 metrics
2023-08-16T13:48:29Z D! [inputs.vsphere] Latest sample for datastore set to 2023-08-16 13:50:00 +0000 UTC
2023-08-16T13:48:29Z D! [inputs.vsphere] purged timestamp cache. 0 deleted with 1323 remaining
2023-08-16T13:48:40Z D! [outputs.influxdb] Wrote batch of 43508 metrics in 421.399691ms
2023-08-16T13:48:40Z D! [outputs.influxdb] Buffer fullness: 0 / 500000 metrics
2023-08-16T13:48:54Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:54.230557577 +0000 UTC ~ 2023-08-16 13:48:54.230557577 +0000 UTC
2023-08-16T13:48:54Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:54.230557577 +0000 UTC ~ 2023-08-16 13:48:54.308322568 +0000 UTC
2023-08-16T13:48:54Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:54.230557577 +0000 UTC ~ 2023-08-16 13:48:54.397265115 +0000 UTC
2023-08-16T13:48:54Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:54.230557577 +0000 UTC ~ 2023-08-16 13:48:54.433742917 +0000 UTC
2023-08-16T13:48:54Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:54.230557577 +0000 UTC ~ 2023-08-16 13:48:54.440033826 +0000 UTC
2023-08-16T13:48:59Z D! [inputs.vsphere] Previous collection has not completed; scheduled collection skipped
2023-08-16T13:49:01Z D! [outputs.influxdb] Wrote batch of 10 metrics in 2.719151ms
2023-08-16T13:49:01Z D! [outputs.influxdb] Buffer fullness: 0 / 500000 metrics
2023-08-16T13:49:03Z W! [inputs.vsphere] Collection took longer than expected; not complete after interval of 20s
2023-08-16T13:49:04Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:54.230557577 +0000 UTC ~ 2023-08-16 13:49:04.248892748 +0000 UTC
2023-08-16T13:49:04Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:54.230557577 +0000 UTC ~ 2023-08-16 13:49:04.257768015 +0000 UTC
2023-08-16T13:49:04Z D! [inputs.vsphere] purged timestamp cache. 0 deleted with 2 remaining
2023-08-16T13:49:23Z D! [outputs.influxdb] Wrote batch of 4 metrics in 1.464584ms
2023-08-16T13:49:23Z D! [outputs.influxdb] Buffer fullness: 0 / 500000 metrics
2023-08-16T13:49:24Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:49:24.453017867 +0000 UTC
2023-08-16T13:49:24Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:49:24.472976245 +0000 UTC
2023-08-16T13:49:24Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:49:24.507346209 +0000 UTC
2023-08-16T13:49:24Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:49:24.524527758 +0000 UTC
2023-08-16T13:49:24Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:49:24.53043686 +0000 UTC
2023-08-16T13:49:27Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:49:27.926940887 +0000 UTC
2023-08-16T13:49:27Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:49:27.935221993 +0000 UTC
2023-08-16T13:49:27Z D! [inputs.vsphere] purged timestamp cache. 0 deleted with 2 remaining
2023-08-16T13:49:47Z D! [outputs.influxdb] Wrote batch of 14 metrics in 1.031621ms
2023-08-16T13:49:47Z D! [outputs.influxdb] Buffer fullness: 0 / 500000 metrics
2023-08-16T13:49:58Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:34:58.115663119 +0000 UTC ~ 2023-08-16 13:49:58.115663119 +0000 UTC
2023-08-16T13:49:58Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:34:58.115663119 +0000 UTC ~ 2023-08-16 13:49:58.135052608 +0000 UTC
2023-08-16T13:49:58Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:34:58.115663119 +0000 UTC ~ 2023-08-16 13:49:58.174547768 +0000 UTC
2023-08-16T13:49:58Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:34:58.115663119 +0000 UTC ~ 2023-08-16 13:49:58.184536232 +0000 UTC
2023-08-16T13:49:58Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:34:58.115663119 +0000 UTC ~ 2023-08-16 13:49:58.19799957 +0000 UTC
2023-08-16T13:49:58Z D! [inputs.vsphere] Previous collection has not completed; scheduled collection skipped
2023-08-16T13:49:59Z W! [inputs.vsphere] Collection took longer than expected; not complete after interval of 20s
2023-08-16T13:50:04Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:34:58.115663119 +0000 UTC ~ 2023-08-16 13:50:04.375801266 +0000 UTC
2023-08-16T13:50:04Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:34:58.115663119 +0000 UTC ~ 2023-08-16 13:50:04.380155725 +0000 UTC
2023-08-16T13:50:04Z D! [inputs.vsphere] purged timestamp cache. 0 deleted with 3 remaining
2023-08-16T13:50:09Z D! [outputs.influxdb] Wrote batch of 14 metrics in 1.739768ms
2023-08-16T13:50:09Z D! [outputs.influxdb] Buffer fullness: 0 / 500000 metrics
2023-08-16T13:50:21Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:35:21.368493841 +0000 UTC ~ 2023-08-16 13:50:21.368493841 +0000 UTC
2023-08-16T13:50:21Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:35:21.368493841 +0000 UTC ~ 2023-08-16 13:50:21.416132224 +0000 UTC
2023-08-16T13:50:21Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:35:21.368493841 +0000 UTC ~ 2023-08-16 13:50:21.450107238 +0000 UTC
2023-08-16T13:50:21Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:35:21.368493841 +0000 UTC ~ 2023-08-16 13:50:21.46517488 +0000 UTC
2023-08-16T13:50:21Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:35:21.368493841 +0000 UTC ~ 2023-08-16 13:50:21.480164828 +0000 UTC
2023-08-16T13:50:25Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:35:21.368493841 +0000 UTC ~ 2023-08-16 13:50:25.382644237 +0000 UTC
2023-08-16T13:50:25Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:35:21.368493841 +0000 UTC ~ 2023-08-16 13:50:25.402887918 +0000 UTC
2023-08-16T13:50:25Z D! [inputs.vsphere] purged timestamp cache. 0 deleted with 4 remaining
2023-08-16T13:50:33Z D! [outputs.influxdb] Wrote batch of 14 metrics in 1.422782ms
2023-08-16T13:50:33Z D! [outputs.influxdb] Buffer fullness: 0 / 500000 metrics
2023-08-16T13:50:47Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:50:47.776624496 +0000 UTC
2023-08-16T13:50:47Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:50:47.801380267 +0000 UTC
2023-08-16T13:50:47Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:50:47.825975012 +0000 UTC
2023-08-16T13:50:47Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:50:47.839683638 +0000 UTC
2023-08-16T13:50:47Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:50:47.843820014 +0000 UTC
2023-08-16T13:50:49Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:50:49.668267561 +0000 UTC
2023-08-16T13:50:49Z D! [inputs.vsphere] [vSAN] Query vsan performance for time interval: 2023-08-16 13:33:20.622436516 +0000 UTC ~ 2023-08-16 13:50:49.672488492 +0000 UTC
2023-08-16T13:50:49Z D! [inputs.vsphere] purged timestamp cache. 0 deleted with 4 remaining
2023-08-16T13:50:53Z D! [outputs.influxdb] Wrote batch of 14 metrics in 997.994µs
2023-08-16T13:50:53Z D! [outputs.influxdb] Buffer fullness: 0 / 500000 metrics
```

### System info

Docker 24.0.2, vSphere 7u3 with 8 vSAN clusters

### Docker

_No response_

### Steps to reproduce

1. Configure telegraf to collect vsan metrics against a vcenter with multiple vsan (or mixed vsan/non vsan) clusters as default, or with a filter that will return more than 1 cluster
2. Observe that per collection, only data for 1 vsan cluster is returned

(Not present in these logs) I have also observed that if there is a non-vsan cluster in the vcenter, telegraf will see that cluster and say that it is skipping it, but then no vsan metrics are returned at all.

### Expected behavior

Metrics should return for all vsan clusters in the vcenter.

### Actual behavior

Metrics are only returned for 1 vCenter

### Additional info

I believe this is the root cause of this issue, and there is additional discussion in that thread: https://github.com/influxdata/telegraf/issues/13609

This is a good visualization to show the behavior. This is showing vsphere_vsan_summary_total_capacity_byte which is a realtime metric. There should be data points for every cluster every 20 seconds, but you can see that it's random as to which vsan cluster is returning data at each collection.
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the inputs.vsphere plugin and reproduce the reported behavior using the supplied Telegraf configuration and logs, focusing on vSAN collection with multiple clusters. Done means vSAN data is returned for every matching cluster rather than only one.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
observability
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.