Documentation ¶
Index ¶
Constants ¶
View Source
const Namespace = "pcp"
Namespace constant
Variables ¶
View Source
var Factories = make(map[string]func() (PcpSource, error))
Factories variable to create a map
Functions ¶
This section is empty.
Types ¶
type PcpSource ¶
type PcpSource interface {
Update(ch chan<- prometheus.Metric) (err error)
}
PcpSource interface
Click to show internal directories.
Click to hide internal directories.