Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface {
// contains filtered or unexported methods
}
func NewCndevCollector ¶
type Collectors ¶
type Collectors struct {
// contains filtered or unexported fields
}
func NewCollectors ¶
func NewCollectors(host string, config string, enabled []string, prefix string) *Collectors
func (*Collectors) Collect ¶
func (c *Collectors) Collect(ch chan<- prometheus.Metric)
func (*Collectors) Describe ¶
func (c *Collectors) Describe(ch chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.