-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the job failure reason in kube_job_status_failed metric #1214
Added the job failure reason in kube_job_status_failed metric #1214
Conversation
You can refer to the historic conversation - here |
/assign @tariq1890 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Few comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments, otherwise it looks good overall. Thanks!
c151ae2
to
056e934
Compare
056e934
to
7979af8
Compare
Fixed linting issues Code review changes Removed condition label from kube_job_status_failed metric Removed condition label from Job Metrics
7979af8
to
639b499
Compare
This PR looks good from my side, @lilic can you please have another look at it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AdityaMisra, lilic The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixed linting issues
What this PR does / why we need it:
Added the job failure reason in kube_job_status_failed metric
Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #947