How is the average mechanism working in Azure metric alerts?

Nishanth Prabhakaran 21 Reputation points
2020-11-13T12:16:36.693+00:00

I was working on setting up Azure metric alerts for Service bus queue. I did configure Count to Dead-letter messages metric that will be monitored on average aggregation type. I would like to understand the Average mechanism of Azure alerts when I configure 15 minutes and 1-day Aggregation granularity.

Is it averaging on minutes/hours?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,256 questions
Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
623 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roderick Bant 2,051 Reputation points
    2020-11-13T15:15:21.66+00:00

    Azure Monitoring metric alerts look back a certain period of time and calculates the average value over that given period and if it exceeds the given threshold.. The Frequency defines at which intervals this calculation and evalution is done.

    There is documenation of metric alert condictions here


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.