mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
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:
commit
b785c47f6d
@ -60,7 +60,7 @@ var (
|
|||||||
// Possible label values:
|
// Possible label values:
|
||||||
// completion_mode: Indexed, NonIndexed
|
// completion_mode: Indexed, NonIndexed
|
||||||
// result: failed, succeeded
|
// result: failed, succeeded
|
||||||
// reason: "BackoffLimitExceeded", "DeadlineExceeded", "PodFailurePolicy", ""
|
// reason: "BackoffLimitExceeded", "DeadlineExceeded", "PodFailurePolicy", "FailedIndexes", "MaxFailedIndexesExceeded", ""
|
||||||
JobFinishedNum = metrics.NewCounterVec(
|
JobFinishedNum = metrics.NewCounterVec(
|
||||||
&metrics.CounterOpts{
|
&metrics.CounterOpts{
|
||||||
Subsystem: JobControllerSubsystem,
|
Subsystem: JobControllerSubsystem,
|
||||||
|
Loading…
Reference in New Issue
Block a user