😍 , I really like this. I think recently CircleCI went into a similar direction and we found some of the metrics really actionable.
In terms of metrics:
build duration (especially over time to see whether you are regressing and need to reinvest)
amount of flaky builds (as that should always be low so people trust the suite and results)
merge on red (as a big warning sign)
maybe also avg. time per contributor (if a rarely touched project runs 1h it doesn't really matter, but if your main app runs 1h in CI something is probably wrong)
I would also find some alerts like: your CI suite runtime increased 30% last week, this is likely the PR where it started, super useful.