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 2020/07/19 03:24:18 UTC

[GitHub] [skywalking] dagmom edited a comment on issue #5124: Alarm support alert level

dagmom edited a comment on issue #5124:
URL: https://github.com/apache/skywalking/issues/5124#issuecomment-660579401


   @wu-sheng 
   Like prometheus alertmanager?
   ```yml
   groups:
   - name: PromRules
     rules:
     - alert: Node-Load
       annotations: {description: 'descTest',
         summary: 'summaryTest'}
       expr: node_load1 > 0.01
       for: 30s
       labels: {resType: 'Node',severity: 'warning'}
     - alert: Node-Load
       annotations: {description: 'descTest',
         summary: 'summaryTest'}
       expr: node_load1 > 0.02
       for: 30s
       labels: {resType: 'Node',severity: 'critical'}
   ```
   I agree that this is a good way.


----------------------------------------------------------------
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