Hello everyone!
I have a function that does something and logs this information:
-> 10 PM : quota = 10
-> 11 PM : quota = 12
-> 12 PM: quota = 5
Is there any way to create custom metrics, using terraform, in order to generate a metric with quota/time and a Threshold limit for quota and an alarm if the current quota is over Threshold.
Something like the image I attached.