jorgedlcruz / vmware-grafana

A simple way to retrieve vCenter information and send it to InfluxDB, to present it later with Grafana
MIT License
185 stars 49 forks source link

Metric Mappings are wrong for some Panels Hosts/vms #19

Closed madmax01 closed 4 years ago

madmax01 commented 4 years ago

Total Disk Latency = it shows "KBps" but should be ms

Storage Adapter Latency = should be deviceReadLatency_average and deviceWriteLatency_average (but it shows numberReadAveraged_average and numberWriteAveraged_average). So instead of Latency it shows the Commands Issues per Second

it would be nice to see how to implement as well kernel latency and guest latency and other kind of Panels if needed.

jorgedlcruz commented 4 years ago

Hello madmax01, Appreciated a lot the feedback, new version can be found on the repo and on grafana.com Dashboards, THANK YOU!