Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ControllerPanic is a counter to record the number of panics in the controller. ControllerPanic = prometheus.NewCounterVec( prometheus.CounterOpts{ Namespace: "tidb_operator", Subsystem: "controller", Name: "panic_total", Help: "The total number of panics in the controller", }, []string{}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.