Versions in this module Expand all Collapse all v0 v0.0.2 Aug 2, 2024 v0.0.1 Jul 31, 2024 Changes in this version + type Collector interface + Update func(ch chan<- prometheus.Metric) error + type NodeCollector struct + func NewNodeCollector() (*NodeCollector, error) + func (n NodeCollector) Collect(ch chan<- prometheus.Metric) + func (n NodeCollector) Describe(ch chan<- *prometheus.Desc)