-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure gather metrics for vmss #480
Comments
@CalleB3 might this be something for you? |
Unfortunately at the current time there isnt any supported metrics in Azure for this. Under Microsoft.Compute/virtualmachineScaleSets at the link below, there isnt anything related to vmss and its instances. |
It looks like there is: VmAvailabilityMetric but it's in preview, we could probably open a support ticket and ask to be added in this preview. Another possible solution is that we actually don't need a specific metric we just need to know the count of nodes responding with metrics. Then we can compare this data with active k8s nodes in the cluster. Do you agree @phillebaba? |
We have seen that even if a node is deleted from kubernetes they some time linger inside vmss.
Add metrics gathering from azure vmss metrics endpoint and expose them in prometheus.
Add the needed config to: https://github.com/XenitAB/terraform-modules/blob/main/modules/kubernetes/azure-metrics/charts/azure-metrics-exporter/templates/podmonitor.yaml
The text was updated successfully, but these errors were encountered: