[Feature] Create new Azure metriics for Max Node Count in AKS Node Pools #4718
Description
Is your feature request related to a problem? Please describe.
When provisioning our AKS cluster, we configure both the minimum and maximum node counts, and rely on Azure's default autoscaler to adjust the node count as needed, up to the maximum limit, as shown in the attached screenshot.
We would like to create a monitor that triggers an alert when the node count reaches 90% (or any threshold mentioned) of the maximum node count. However, I’ve been unable to locate a relevant metric in Datadog.
Right now this metrics is not available. Checked with the Azure support team.
Describe the solution you'd like
Create a metrics for max and min node count.
azure.compute_virtualmachinescalesets.vm_max_count
azure.compute_virtualmachinescalesets.vm_min_count
Describe alternatives you've considered
For AWS clusters we are using the cluster autoscaler and it's giving the max node count (cluster_autoscaler_max_nodes_count). We have not used external autoscaler in Azure cluster as we wanted to use the default autoscaling of Azure.
Additional context
Add any other context or screenshots about the feature request here.
Activity