You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The making such a change should be similar to the abstractions used for Query monitor. Some abstract class with a method post(message) for which each different destination source has its own implementation. We may also want to have a class containing an instance of each destination and an upgrade to the Alert Levels (one for each destination class)
AlertLevel.TELEGRAM, AlertLevel.TWITTER, AlertLevel.EMAIL for which we route the posts to the appropriate place.
The text was updated successfully, but these errors were encountered:
With Slack as the current hard-coded alert recipient, it is easy to envision a generalization where we support alternative alert destinations:
The making such a change should be similar to the abstractions used for Query monitor. Some abstract class with a method
post(message)
for which each different destination source has its own implementation. We may also want to have a class containing an instance of each destination and an upgrade to the Alert Levels (one for each destination class)AlertLevel.TELEGRAM, AlertLevel.TWITTER, AlertLevel.EMAIL
for which we route the posts to the appropriate place.The text was updated successfully, but these errors were encountered: