Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
exit_code
label to execution_done_count
The `exit_code` label adds useful information to the `execution_done_count` metric. The exit codes are usually `0`, `1` or `127`, this is a low cardinality metric. This label will allow us use promQL to perform standard operations like calculate the number of failed vs total jobs.
- Loading branch information