jackhammer2k
jackhammer2k
Instead of just considering check status "passing" as healthy we make the status configurable. That allows us to also consider e.g. "warning" as healthy. Default is the current behavior that...
I have a feature request for dynamic tag value evaluation. Currently the values of tags must be specified at creation time. However there are cases where they change during runtime....
Currently the DuplicateMessageFilter filters messages forever which is not optimal. I believe in most cases people want to filter annoying in fixed-interval reoccurring messages or errors temporarily occurring in high...
A Reporter can be created via ``` ``` in Spring XML. Especially if metrics are reported to Graphite by multiple instances of same application we need to distinguish them. Usually...