Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsExporter ¶
type StatsExporter struct { TotalMemoryDesc *prometheus.Desc StateDesc *prometheus.Desc WorkerMemoryDesc *prometheus.Desc TotalWorkersDesc *prometheus.Desc WorkersReady *prometheus.Desc WorkersWorking *prometheus.Desc WorkersInvalid *prometheus.Desc Workers Informer }
func (*StatsExporter) Collect ¶
func (s *StatsExporter) Collect(ch chan<- prometheus.Metric)
func (*StatsExporter) Describe ¶
func (s *StatsExporter) Describe(d chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.