Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentErrors = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "bigip_current_errors", Help: "Total count of errors occured parsing the configuration", }, []string{}, )
View Source
var MonitoredNodes = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "bigip_monitored_nodes", Help: "Total count of monitored nodes by the BigIP k8s CTLR", }, []string{"nodeselector"}, )
TODO use as Counter not Gauge
View Source
var MonitoredServices = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "bigip_monitored_services", Help: "Total count of monitored services by the BigIP k8s CTLR", }, []string{"namespace", "name", "status"}, )
Functions ¶
func RegisterMetrics ¶
func RegisterMetrics()
further metrics? todo think about RegisterMetrics registers all Prometheus metrics defined above
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.