Zuul pipelines status reporting using a dashboard

Hello,

Anyone playing with Zuul pipelines reporting here?

I have a Zuul CI system from which I’d like to display a dashboard which can provide basic health information like:

  • Last run status for a job
  • How long did it take to complete
  • And probably a health indicator which tells the user that if all the jobs are success, it shows a green indicator, if at lease one job is failing, it shows an orange indicator and if all jobs are failing it shows a red indicator.

I’m using statsd + graphite backend.

I guess all of the above is achievable but I don’t know where to start