Hi everyone, we're currently facing an issue when creating alerts scoped on an Azure Kubernetes Service cluster, to monitor the node cpu usage percentage.
A couple days back we noticed the deploy broke both via Azure Pipelines / Terraform (self-made IaC) and via Azure Portal GUI.
In both ways, we receive a 400 Bad Request error which says The metric with the name node_cpu_usage_percentage does not exist.
On the resource itself, Monitoring blade, Metrics do show node cpu usage percentage when chosen from the dropdown menu.
Payload returns, among the other things:
"name": {
"value": "node_cpu_usage_percentage",
"localizedValue": "CPU Usage Percentage"
},
Again, deploy worked previously both via IaC and GUI, and we made no changes to our pipelines.
Are we missing something?
Hi everyone, we're currently facing an issue when creating alerts scoped on an Azure Kubernetes Service cluster, to monitor the node cpu usage percentage.
A couple days back we noticed the deploy broke both via Azure Pipelines / Terraform (self-made IaC) and via Azure Portal GUI.
In both ways, we receive a 400 Bad Request error which says
The metric with the name node_cpu_usage_percentage does not exist.On the resource itself, Monitoring blade, Metrics do show node cpu usage percentage when chosen from the dropdown menu.
Payload returns, among the other things:
Again, deploy worked previously both via IaC and GUI, and we made no changes to our pipelines.
Are we missing something?