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: us...@infra.apache.org With regards, Apache Git Services