[GitHub] [pulsar] sijie commented on issue #6518: health monitoring, alarms

2020-03-26 Thread GitBox
sijie commented on issue #6518: health monitoring, alarms
URL: https://github.com/apache/pulsar/issues/6518#issuecomment-604309990
 
 
   @ilyam8 it is just an example for your reference. For most of the people, 
they define their alerting rules based on the metrics you can find on 
https://pulsar.apache.org/docs/en/reference-metrics/. Some people might care 
about write latency and some people might care about the backlog. 
   
   If you are looking more for failure-rate like metrics, currently only 
bookkeeper has metrics about "success" and "failures". You can use them to 
calculate the rate across the cluster. 
   
   For brokers, currently, it doesn't have such metrics. We can look into 
adding these metrics.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #6518: health monitoring, alarms

2020-03-26 Thread GitBox
sijie commented on issue #6518: health monitoring, alarms
URL: https://github.com/apache/pulsar/issues/6518#issuecomment-604248488
 
 
   @ilyam8 the metrics are documented here 
https://pulsar.apache.org/docs/en/reference-metrics/. the most common metrics 
to alert on are "message backlog" and "publish latency". 
   
   In case of how to use the metrics to alert, here are some examples 
(https://streamnative.io/docs/v1.0.0/configure/control-center/alertmanager/#alert-rules).
 We will try to improve the documentation to add one page to pulsar website.


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:
us...@infra.apache.org


With regards,
Apache Git Services