Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ImagePutInCache = prometheus.NewCounter( prometheus.CounterOpts{ Namespace: kuikMetrics.Namespace, Subsystem: subsystem, Name: "image_put_in_cache_total", Help: "Number of images put in cache successfully", }, ) ImageRemovedFromCache = prometheus.NewCounter( prometheus.CounterOpts{ Namespace: kuikMetrics.Namespace, Subsystem: subsystem, Name: "image_removed_from_cache_total", Help: "Number of images removed from cache successfully", }, ) )
View Source
var ProbeAddr = ""
Functions ¶
func MakeChecker ¶
func RegisterMetrics ¶
Types ¶
type ControllerCollector ¶
func (*ControllerCollector) Collect ¶
func (c *ControllerCollector) Collect(ch chan<- prometheus.Metric)
func (*ControllerCollector) Describe ¶
func (c *ControllerCollector) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.