Job runs daily basis once.
I need to get help on promo ql ..I wanted to see job durations in the grafana dashboard ,though I see metrics in TSDB but it is not appearing in the panel .basically I wanted to see all previous day job runs with gap and its own peak…essentially wanted to see all previous job runs history in the panel ..sometime appears and later could not see ,currently using this promo ql -python_${env}purge_job_duration_seconds_sum
*
((python${env}purge_job_duration_seconds_sum - python${env}_purge_job_duration_seconds_sum offset 1h) != bool 0)