Skip to content

Error when deploying alerts on AKS metric: "node_cpu_usage_percentage" #294

@riccardo-giuffre

Description

@riccardo-giuffre

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions