Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NotReadyVec = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Namespace: metricsNamespace, Name: "notready", Help: "The cluster status about not ready condition", }, []string{"name", "namespace"}) AvailableVec = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Namespace: metricsNamespace, Name: "available", Help: "The cluster status about available condition", }, []string{"name", "namespace"}) HealthyVec = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Namespace: metricsNamespace, Name: "healthy", Help: "The cluster status about healthy condition", }, []string{"name", "namespace"}) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.