У меня есть приложение Functions, в котором я настроил logi c сигналов, чтобы отправлять мне оповещения, когда в моем приложении произошел сбой, превышающий или равный единице. Каждый день я получаю электронные письма, в которых говорится, что сработало мое предупреждение Azure Monitor, за которым позже следует электронное письмо, в котором говорится, что сбой был устранен. Я знаю, что мое приложение не отказало, потому что я зарегистрировался в Application Insights. Например, у меня сегодня не было сбоев, но были отказы за предыдущие 2 дня: ![Azure Function Failures](https://i.stack.imgur.com/bntUq.png)
However, I did receive a failure email today. If I go to configure the signal logic where I set a static threshold of failure count greater than or equal to 1 it shows this:
![failure count](https://i.stack.imgur.com/AmIGn.png)
Why is it showing a failure for today, when I know that isn't true from the Application Insights logs? Also, if I change the signal logic to look at total failures instead of count of failures, it looks correct:
![enter image description here](https://i.stack.imgur.com/IgQvE.png)
I've decided to use the total failures metric instead, but it seems that the count functionality is broken.
Edit:
Additional screenshot:
Настроить сигнал logi c