-
Notifications
You must be signed in to change notification settings - Fork 31
Add "cluster" label for hosts, vms and datastores #28
Comments
@rverchere looking at pyvmomi and vsphere api, I believe there is no simple way to add this label. But, we should be able to create a new set of metrics with this information, for example:
Taking some inspiration on how to retrieve this data from here: https://github.com/vmware/pyvmomi-community-samples/blob/master/samples/getvmsbycluster.py Once we have these metrics in place, we can use the PromQL grouping capability to build queries like so:
The above would be very valuebale to us, as it will allow us to aggregate metrics based on the relevant clusters, espeically for alerting since Prod and Staging hosts/vms/datastores are not to be treated the same. /edit: I think it would also make sense to include the datacenter name as well (examples updated above), also needless to say but these should only be collected from vcenter target(s). |
@rverchere sorry for nagging 😄 just wondering if you had a chance to look into this? |
Hi,
Sorry but I'm in holidays right now, will have a look on 2 weeks ;)
|
Hey! enjoy your time off 😄 |
+1 DC and cluster would be really helpful. |
ping @rverchere 😄 |
@dannyk81 pong : https://github.com/rverchere/vmware_exporter/blob/master/README.md#unmaintained Sorry but I started new job with new monitoring tools, so I cannot continue maintain this exporter (yet). |
Best of luck @rverchere! Hope someone is found to continue this work 🙏 |
@rverchere I know you're no longer working on this, but perhaps you will consider to include #36 It provides a meta metric with labels that describe the datacenter, cluster and host per VM. It can be easily used in PromQL to filter other metrics based on these parameters. |
This issue was moved to pryorda/vmware_exporter#4 |
It would be great to add "cluster" label to indicate to which HA cluster the host/vm belongs to.
Same, for datastores that belong to a Datastore cluster.
We manage multiple clusters with the same vCenter, and would like to filter metrics per "PROD" and "STAGING" clusters, for example.
The text was updated successfully, but these errors were encountered: