On T357684, we built a metrics job for our daily reconciles, also known as last-24h runs as per schema of wmf_content.inconsistencies_of_mediawiki_content_history_v1.
On this task we should extend this mechanism to also produce metrics when we do monthly reconciles (aka all-of-wiki-time).
- modify compute_metrics.py to accept a compute_class paramenter of last-24h | all-of-wiki-time.
- Add metrics to the mw_content_reconcile_mw_content_history_monthly DAG.
- Modify the data being kept in the metrics table accordingly so that we can segregate between last-24h | all-of-wiki-time runs.
- Modify dashboard to include this data.