Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FailedTotal = prometheus.NewCounterVec( prometheus.CounterOpts{ Subsystem: constants.JobSetSubsystemName, Name: "failed_total", Help: `The total number of failed JobSets`, }, []string{"jobset_name"}, ) CompletedTotal = prometheus.NewCounterVec( prometheus.CounterOpts{ Subsystem: constants.JobSetSubsystemName, Name: "completed_total", Help: `The total number of completed JobSets`, }, []string{"jobset_name"}, ) )
Functions ¶
func JobSetCompleted ¶
func JobSetCompleted(namespaceName string)
JobSetCompleted records the completed case label values: namespace/name
func JobSetFailed ¶
func JobSetFailed(namespaceName string)
JobSetFailed records the failed case label values: namespace/name
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.