Hi [~weil],
This alert will pass but not the specific one which checks if the operator pod is running. Also, note that to check each granularity of the service the Prometheus alerts for all operator we have one specific alert for each requirement in order to ensure that all scenarios are covered.
See here the example in the UPS: https://github.com/aerogear/unifiedpush-operator/blob/master/deploy/monitor/push_prometheus_rule.yaml#L18
Following the points in order to clarify: * Note that UPS and MSS Opers has a standard for SOP and alerts in order to make easier the administration by SRE's as our maintenance ability. * Note that all scenarios are covered since we have the generic alert like this one + 1 specific one for each requirement in order to ensure that if something wrong happens 1 or more alerts will notify the admins and make clear what is missing .
IMHO: The issue is that the MDC Prometheus rules were NOT done following the standard and as it was done for MSS and UPS oper. See here: https://github.com/aerogear/mobile-developer-console-operator/blob/master/deploy/monitor/mdc_prometheus_rule.yaml
|
|