vmware_exporter
vmware_exporter copied to clipboard
VMWare VCenter Exporter for Prometheus
@rverchere since I'm maintaining this now should we transfer owner ship or something to make it so issues get opened on my fork?
Hello, I have an error when I run the statistics only when i call vms statistic : Error, cannot get vm metrics vmware_vm_disk_usage_average for ..... (lot of vmname) ``` [2018-07-03...
This (partially) fixes https://github.com/rverchere/vmware_exporter/issues/28 This metric provides labels of the datacenters, clusters, hosts and vms For example: ``` vmware_dc_cluster_host_vm_info{cluster_name="PROD",dc_name="SITE-A",host_name="esx-prod-1.foo.bar",vm_name="foo-vm-1"} 1.0 ``` This metric can be combined to filter subset of...
Add more VMs metrics
When I get the metrics by using the URL,the response usually continue for up to more than ten seconds.How to resolve this problem?
I need some host network metrics so that I can keep an eye on host level network bottlenecks. I probably would like to see throughput for each nic and not...
Hi, When I compled the configuration and restart prometheus service, I got the error as below: time="2017-08-09T17:34:37+08:00" level=info msg="Loading configuration file prometheus.yml" source="main.go:252" time="2017-08-09T17:34:37+08:00" level=error msg="Error reading file "/opt/vmware_exporter/config.yml": yaml:...
Hi, I have multiple ESXi Hosts im am scraping. Some of them are switched off most of the time. It seems that if the vmware_exporter is in the process trying...
It would be nice to add some exporter runtime metrics. For example at the moment it would be really useful if I knew how long the exporter is taking to...