scala-academy / performance-analysis

This is a project to be used in the "Scala and akka in practise" course
Other
5 stars 3 forks source link

Support boolean metrics #67

Open jordi133 opened 8 years ago

jordi133 commented 8 years ago

It should be possible to specify an alerting rule such that every log that is posted and conforms to a specified regex (for example everything containing "ERROR"), immediately triggers an alert. This will require some thought on how to register metrics because this is essentially a metric of type boolean.