Hello,
I have a "Viewers" parameter with a polling interval of 1 minute. I want to calculate the average of "Viewers" over the last 10 minutes so that I can use it in an alarm.
Can this be achieved through the alarm template OR do I need to create a derived parameter and implement custom logic in a QAction?

Miguel Obregon [SLC] [DevOps Catalyst] Answered question
Hi Muhammad,
For this type of use cases you could use aggregation rules.
You could create an aggregation rule that takes the average of the "Viewers" parameter and enabling monitoring.
Hope it helps.
Muhammad Yousif Maher Posted new comment
Can you please guide me through the steps? I have the total number of viewers. How can I calculate the average number of viewers over 10 minutes and use aggregation rules?