Looking for a Kubernetes Batch/Cron Job Grafana Dashboard

Hi all, I use k8s heavily for batch jobs.

I’d love to have a grafana dashboard setup for specific jobs where I could view the history (succeed, failed, running) of past runs, runtime over time, last success time, last failure time, current status. I have kube-state-metrics so we should have the prom metrics to do all the above.

To my surprise I can’t seem to find a prebuilt grafana dashboard online with those features. Does anyone have any examples, or possible dashboards from their own work that are useful for batch/cron jobs?