THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Meeting Notes
- There should be a standalone alert service, which is indenpendent on griffin
- the service is to address:
- who want to be alerted
- in a certain channel, such as email, slack and sms.
- on when a pre-defined condition matched, RULE
- with a pre-defined content, Template + ValueObject
- Condition is defined by:
- RULE, an expression which can be evaluated on
- data, which is retrieved by a data-svc (REST-API)
- RULE could be a DSL
- data-svc is polling by framework
- the Condition could be a SPI abstraction, so client can leverage it locally. So in case that the condition matched, the following action could be triggered in a PUSH way.
- We will focus more on the exception-detection, such <95%, rather than a periodically reporting alertion.