tomkerkhove / promitor

Bringing Azure Monitor metrics where you need them.
https://promitor.io
MIT License
249 stars 91 forks source link

Enable Promitor Agent Resource Discovery to Query Microsoft.Compute/virtualMachineScaleSets/virtualMachines #2295

Open jstewart612 opened 1 year ago

jstewart612 commented 1 year ago

Proposal

Right now, Promitor Agent Resource Discovery is only aware of how to query Microsoft.Compute/virtualMachineScaleSets, near as I can tell. This gives me overall VMSS statistics, but nothing surrounding per-server statistics inside that VMSS.

Microsoft.Compute/virtualMachineScaleSets/virtualMachines does.

My use case for this is I would like to query statistics about the data disks individually attached to nodes of my Azure Kubernetes Cluster, and it seems the only place this is reported is here.

Component

Resource Discovery

Contact Details

jstewart@rent.com

tomkerkhove commented 1 year ago

That's a fair ask - Are you willing to contribute it?

jstewart612 commented 1 year ago

I am not proficient in the language Promitor is written in. I would have to learn basics of it and then make the attempt. I wouldn't count on that being at all timely.

tomkerkhove commented 1 year ago

That is ok, no worries!