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 2018/05/17 12:33:58 UTC

[GitHub] wu-sheng commented on issue #1237: Does the alarm have documentation?

wu-sheng commented on issue #1237: Does the alarm have documentation?
URL: https://github.com/apache/incubator-skywalking/issues/1237#issuecomment-389850487
 
 
   Please look your `application.yml` in your collector config directory. The following settings are alarm related. And I think it is easy to understand. 
   
   ```yaml
   # alarm threshold
       applicationApdexThreshold: 2000
       serviceErrorRateThreshold: 10.00
       serviceAverageResponseTimeThreshold: 2000
       instanceErrorRateThreshold: 10.00
       instanceAverageResponseTimeThreshold: 2000
       applicationErrorRateThreshold: 10.00
       applicationAverageResponseTimeThreshold: 2000
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services