You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/05/27 03:13:48 UTC

[GitHub] [skywalking] kezhenxu94 opened a new issue #7024: Make alarm rules work for events

kezhenxu94 opened a new issue #7024:
URL: https://github.com/apache/skywalking/issues/7024


   Some events can directly and immediately trigger service failure, such as health-check failure, Pod OOM, etc., I think we can have alarm rules work for events as well, WDYT @wu-sheng , for example.
   
   ```yaml
     unhealthy_event_rule:
       metrics-name: Unhealthy
       threshold: 2
       op: ">"
       period: 10
       count: 1
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #7024: Make alarm rules work for events

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7024:
URL: https://github.com/apache/skywalking/issues/7024#issuecomment-849340034


   Make sense to me. Is the model compatible with this? How to measure an event as a number?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] kezhenxu94 closed issue #7024: Make alarm rules work for events

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #7024:
URL: https://github.com/apache/skywalking/issues/7024


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org