79641280

Date: 2025-05-27 22:35:13
Score: 0.5
Natty:
Report link

I ended up going with this:

increase((count by (repo,workflow) (github_workflow_run_status{repo='xxxx/yyy', workflow='zzz'}) - sum by (repo,workflow) (github_workflow_run_status{repo='xxx/yyy', workflow='zzz'}))[2h:5m])

This gives me the number of failed jobs in the last two hours to work with for my alert.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Brett Wagner