We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be7227 commit c8bdf37Copy full SHA for c8bdf37
runner/metrics/jobs.go
@@ -38,7 +38,7 @@ func CollectJobMetric(ctx context.Context, r *runner.Runner) error {
38
fmt.Sprintf("%d", job.ID), // label: job_id
39
fmt.Sprintf("%d", job.WorkflowJobID), // label: workflow_job_id
40
job.ScaleSetJobID, // label: scaleset_job_id
41
- fmt.Sprintf("%d", job.RunID), // label: workflow_run_id
+ fmt.Sprintf("%d", job.RunID), // label: workflow_run_id
42
job.Name, // label: name
43
job.Status, // label: status
44
job.Conclusion, // label: conclusion
0 commit comments