Files
kubernetes/pkg/controller/job
Michal Wozniak b64e5b2d15 Fix the occasional double-counting job_finished_total metric
The reason for the issue is that the metrics were bumped before the
final job status update. In case the update failed the path was
repeated by the next syncJob leading to double-counting of the metrics.

The solution is to delay recording metrics and broadcasting events
after the job status update succeeds.
2022-10-13 17:23:03 +02:00
..
2022-01-10 08:14:29 -05:00
2022-08-26 11:29:37 -04:00