0

I am using a grafana dashboard for Azure Monitor for containers- Metrics but while creating the alarm for CPU utilization in the Kubernetes cluster, I get the error mentioned above.

Here is the graph for the CPU utilization :

img1

And also I am attaching the condition I am using to create alert:

img2

I am not sure what am I doing wrong here. Please advice! Thank you

Traian GEICU
  • 1,750
  • 3
  • 14
  • 26
techworld
  • 1
  • 1

1 Answers1

0

Graph of CPU utilization and configuration to create alert looks correct. As per the error message (request failed status: 400 Bad Request), this looks like the alert notification settings might have some issue (most likely the server is expecting different format of data and throwing 400 to the request).

Grafana documentation for alerts - link

What is the mode of notification you are using? Predefined one or custom webhook based notification?

Atul
  • 1,116
  • 1
  • 10
  • 20