You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jobs_completed_total counter is not implemented to cover all possible ways a job can be set to completed and as such is incorrectly representing the total jobs completed.
It looks like it does cover all jobs. Some jobs error out because eg a target file to analyse can not be found. This is WAI....but I think we can improve the code to not throw a job error but let the job finish with a relevant message instead of just a job error.
Let's close this for now, as I changed the metrics type from Gauge to Counter, which should give a better representation of the different job metrics. I will test when the new release is deployed.
The
jobs_completed_total
counter is not implemented to cover all possible ways a job can be set to completed and as such is incorrectly representing the total jobs completed.turbinia/turbinia/task_manager.py
Line 69 in 67e7654
The text was updated successfully, but these errors were encountered: