As mentioned in T258013, we want to capture data on civicrm_contribution_recur so that we can monitor and possibly alert on it. This can be captured using the following query:
SELECT count(*) FROM civicrm.civicrm_contribution_recur WHERE contribution_status_id = 14;
Please find an appropriate place to collect this into prometheus and start graphing it.