Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZFS ¶ added in v1.0.0
type ZFS struct { Pools []string Collectors map[string]State // contains filtered or unexported fields }
ZFS collector
func (*ZFS) Collect ¶ added in v1.0.0
func (c *ZFS) Collect(ch chan<- prometheus.Metric)
Collect implements the prometheus.Collector interface.
func (*ZFS) Describe ¶ added in v1.0.0
func (c *ZFS) Describe(ch chan<- *prometheus.Desc)
Describe implements the prometheus.Collector interface.
Click to show internal directories.
Click to hide internal directories.