Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AlertNode so that configuring alert handlers can be correctly scoped, and easily added. #118

Closed
nathanielc opened this issue Dec 23, 2015 · 0 comments

Comments

@nathanielc
Copy link
Contributor

Currently Alert handlers are configured directly on the AlertNode and it is one large flat scope. It would be nice if each alert where configured in its own scope so that you do not have to worry about name conflicts etc.

Goals:

  • Make defining multiple Alert handlers in TICKscript easy and intuitive.
  • Make writing a new alert handler a simple and isolated task.
  • Be able to support(from a code organization perspective) at least dozens of different handlers with ease. The performance profile of multiple handler should already be linear.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant