grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
30 stars 1 forks source link

AKS - convert machine names to lowercase #280

Closed logyball closed 1 month ago

logyball commented 1 month ago

Machine names are returned from Azure in mixed case, but kubernetes expects them to be in lowercase. Modifying the machine name functions to return only lowercase versions of Azure VMs.