i'm trying to show in grafana the max number of nodes that is set in the node group, to contrast with current number of nodes (and eventually make an alert)
What i have is current number of nodes:
sum(up{instance=~".*.myregion.compute.internal", eks_amazonaws_com_nodegroup="mygroup"})
Any tips? Thanks!
I tried different queries, with no result. I have no idea what query would work here.