3

An Error Reporting and Alerting System

  • Held for moderation
  • Open

Avatar
lucus lee

It would be better to implement an alerting system like the solution provided by GCP (cloud.google.com/monitoring/alerts/using-alerting-ui).

Some ideas from a DevOps point of view:
1. (Basic) User can fire alert in Cloud Code, and add a panel for alerts in the admin portal.
2. (Basic) Users can set up multiple notification channels such as email, slack, telegram and etc.
3. (Advanced) Collect metrics/logs from Moralis Server and user code (like Prometheus, ELK)
4. (Advanced) Users can set up rules to fire alerts if the metric/log satisfied the condition.
5. (Optional) If the alert is not solved for a period, raise the level of alert.

A