Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BackendConnUsage = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Namespace: "machinery", Subsystem: "backend", Name: "get_conn", Help: "usage of backend connection.", }, []string{"function", "detail"}, ) BrokerConnUsage = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Namespace: "machinery", Subsystem: "broker", Name: "get_conn", Help: "usage of broker connection", }, []string{"function", "detail"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.