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 6e97aa74 [YUNIKORN-1967] Update the help message in the 
application_total metric (#643)
6e97aa74 is described below

commit 6e97aa74d2abb6cdfc9a603fda856dabf2606ae9
Author: brandboat <brandb...@gmail.com>
AuthorDate: Wed Sep 27 17:23:52 2023 +0530

    [YUNIKORN-1967] Update the help message in the application_total metric 
(#643)
    
    Closes: #643
    
    Signed-off-by: Manikandan R <maniraj...@gmail.com>
---
 pkg/metrics/scheduler.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/metrics/scheduler.go b/pkg/metrics/scheduler.go
index 955f4623..b7721eae 100644
--- a/pkg/metrics/scheduler.go
+++ b/pkg/metrics/scheduler.go
@@ -86,7 +86,7 @@ func InitSchedulerMetrics() *SchedulerMetrics {
                        Namespace: Namespace,
                        Subsystem: SchedulerSubsystem,
                        Name:      "application_total",
-                       Help:      "Total number of applications. State of the 
application includes `running` and `completed`.",
+                       Help:      "Total number of applications. State of the 
application includes `running`, `completed` and `failed`.",
                }, []string{"state"})
 
        s.node = prometheus.NewGaugeVec(


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to