Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedProcessCollector ¶
type NamedProcessCollector struct {
// contains filtered or unexported fields
}
func NewProcessCollector ¶
func NewProcessCollector() (p *NamedProcessCollector, err error)
func (*NamedProcessCollector) Collect ¶
func (p *NamedProcessCollector) Collect(ch chan<- prometheus.Metric)
Collect implements prometheus.Collector.
func (*NamedProcessCollector) Describe ¶
func (p *NamedProcessCollector) Describe(ch chan<- *prometheus.Desc)
Describe implements prometheus.Collector.
Click to show internal directories.
Click to hide internal directories.