This is an automated email from the ASF dual-hosted git repository.

mani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git


The following commit(s) were added to refs/heads/master by this push:
     new af8e7053 [YUNIKORN-1989] Update the help message in the queue_app 
metric (#651)
af8e7053 is described below

commit af8e7053acda7b66e7f9e3291b222858666685eb
Author: brandboat <[email protected]>
AuthorDate: Tue Oct 3 17:21:48 2023 +0530

    [YUNIKORN-1989] Update the help message in the queue_app metric (#651)
    
    Closes: #651
    
    Signed-off-by: Manikandan R <[email protected]>
---
 pkg/metrics/queue.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/metrics/queue.go b/pkg/metrics/queue.go
index a4030d81..1cb77a50 100644
--- a/pkg/metrics/queue.go
+++ b/pkg/metrics/queue.go
@@ -42,7 +42,7 @@ func InitQueueMetrics(name string) CoreQueueMetrics {
                        Namespace: Namespace,
                        Subsystem: replaceStr,
                        Name:      "queue_app",
-                       Help:      "Queue application metrics. State of the 
application includes `running`.",
+                       Help:      "Queue application metrics. State of the 
application includes `running`, `accepted`, `rejected`, `failed`, `completed`, 
`allocated`, `released`.",
                }, []string{"state"})
 
        q.ResourceMetrics = prometheus.NewGaugeVec(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to