vmware-grafana icon indicating copy to clipboard operation
vmware-grafana copied to clipboard

Unable to get datastore details in Grafana Dashboard

Open milanvyas7 opened this issue 1 year ago • 0 comments

I have configured Grafana dashboard for Single ESXi host and below are mentioned version I have used. I got all dashboard details except datastore. I am not able to get data store details as shown below screenshot & getting below error log in telegraf. Please refer telegraf config file and help me out.

Grafana: 9.4.3 InfluxDB: v2.6.1 Telegraf: 1.25.3

Telegraf Config file for Datastore.

Historical instance

[[inputs.vsphere]] interval = "300s" timeout = "300s" separator = "_" vcenters = [ "https://192.192.7.18/sdk" ] username = "grafana" password = "secret-pwd" insecure_skip_verify = true use_int_samples = false

force_discover_on_init = true max_query_metrics = 256 collect_concurrency = 3

datastore_metric_include = [] host_metric_exclude = [""] # Exclude realtime metrics vm_metric_exclude = [""] # Exclude realtime metrics

Error getting in Telegraf logs

D! [inputs.vsphere] Find(Datastore, /*/datastore/**) returned 4 objects D! [inputs.vsphere] Found 202 metrics for ESX01.local E! [inputs.vsphere] Getting metric metadata. Discovery will be incomplete. Error: ServerFaultCode: A specified parameter was not correct: entity D! [inputs.vsphere] Found 0 metrics for EMC_6_1_LUN E! [inputs.vsphere] Getting metric metadata. Discovery will be incomplete. Error: ServerFaultCode: A specified parameter was not correct: entity D! [inputs.vsphere] Found 0 metrics for datastore1 E! [inputs.vsphere] Getting metric metadata. Discovery will be incomplete. Error: ServerFaultCode: A specified parameter was not correct: entity D! [inputs.vsphere] Found 0 metrics for LenovoESX01 E! [inputs.vsphere] Getting metric metadata. Discovery will be incomplete. Error: ServerFaultCode: A specified parameter was not correct: entity Datastore Details

milanvyas7 avatar Mar 09 '23 13:03 milanvyas7