Hello there,
I am trying to create one grafana query for cronjobs.
I am trying to get all those cronjobs which missed their schedule time and couldn't run due to any reason. In prometheus, there are few metrics such as, kube_cronjob_next_schedule_time, kube_job_status_start_time, etc. but I don't know how to use them in grafana query to achieve this result.
Can anyone help me on this?
Thank you..