I am using self-hosted runners for GitHub Actions and I would love the ability to monitor workflow job metrics (execution time, success/failure, resource utilization) and from what repository they were executed within my organization.
I’ve reviewed https://developer.github.com/v3/actions/ and there doesn’t seem to be an api available to get workflows or workflow jobs from runner_id (no way to link runners with jobs).
Is there a recommended way forward here?