Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
https://github.com/apache/yunikorn-core/blob/master/pkg/metrics/queue.go#L51
the help message of `appMetricsLabel` does not include all states. It shows only the "running", but `accepted`, `rejected`, `failed`, and `completed` are valid states also (see following links).
`rejected`
https://github.com/apache/yunikorn-core/blob/master/pkg/metrics/queue.go#L160C1-L160C1
`accepted`
https://github.com/apache/yunikorn-core/blob/master/pkg/metrics/queue.go#L147
`failed`
https://github.com/apache/yunikorn-core/blob/master/pkg/metrics/queue.go#L172
`completed`
https://github.com/apache/yunikorn-core/blob/master/pkg/metrics/queue.go#L185
Attachments
Issue Links
- links to