Merge pull request #126121 from mimowo/job-metrics-reasons-update
Update the set of reasons in comment for JobFinishedNum metric
This commit is contained in:
		| @@ -60,7 +60,7 @@ var ( | ||||
| 	// Possible label values: | ||||
| 	//   completion_mode: Indexed, NonIndexed | ||||
| 	//   result:          failed, succeeded | ||||
| 	//   reason:          "BackoffLimitExceeded", "DeadlineExceeded", "PodFailurePolicy", "" | ||||
| 	//   reason:          "BackoffLimitExceeded", "DeadlineExceeded", "PodFailurePolicy", "FailedIndexes", "MaxFailedIndexesExceeded", "" | ||||
| 	JobFinishedNum = metrics.NewCounterVec( | ||||
| 		&metrics.CounterOpts{ | ||||
| 			Subsystem:      JobControllerSubsystem, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot