You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if there are 10 replicas on the vigil status page, and 3 of them are dead, Vigil declares a "Partial Service Outage". I would like to inquire if the concept of an outage threshold value could be instrumented, which would be the minimum ratio needed before declaring an "Service Outage".
This value could be set in the config.cfg file:
outage_threshold = 0.5 //or 50?
This value would represent the minimum ratio of the # of dead replicas to the # of total replicas needed to declare a state of "Service Outage".
The text was updated successfully, but these errors were encountered:
Hello!
Currently if there are 10 replicas on the vigil status page, and 3 of them are dead, Vigil declares a "Partial Service Outage". I would like to inquire if the concept of an outage threshold value could be instrumented, which would be the minimum ratio needed before declaring an "Service Outage".
This value could be set in the
config.cfg
file:outage_threshold = 0.5 //or 50?
This value would represent the minimum ratio of the # of dead replicas to the # of total replicas needed to declare a state of "Service Outage".
The text was updated successfully, but these errors were encountered: