Would it be feasible to check the rate of hhvm errors (with a few filtering criteria) for the scap canary back-out check? The following Kibana query seems useful:
The filter is essentially
+type:hhvm +level:ERROR +message:"Catchable fatal error"
It doesn't seem to noisy over the weeks AFAIK. Could an equivalent filter be used by the scap or is the filtering more a priori at the moment (in which case the entries would need be tagged/counted as they come).