Update runner/metrics/jobs.go
Co-authored-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
parent
61e674e1fd
commit
3be7227cef
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ func CollectJobMetric(ctx context.Context, r *runner.Runner) error {
|
|||
fmt.Sprintf("%d", job.ID), // label: job_id
|
||||
fmt.Sprintf("%d", job.WorkflowJobID), // label: workflow_job_id
|
||||
job.ScaleSetJobID, // label: scaleset_job_id
|
||||
fmt.Sprintf("%d", job.WorkflowJobID), // label: scaleset_job_id
|
||||
fmt.Sprintf("%d", job.RunID), // label: workflow_run_id
|
||||
job.Name, // label: name
|
||||
job.Status, // label: status
|
||||
job.Conclusion, // label: conclusion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue