# Functions

DisableDefaultCollectors sets the collector state to false for all collectors which have not been explicitly enabled on the command line.
No description provided by the author
No description provided by the author
NewBaseCollector returns a new Collector exposing base average stats.
NewCPUCollector returns a new Collector exposing kernel/system statistics.
NewMeminfoCollector returns a new Collector exposing memory stats.
NewMeminfoNumaCollector returns a new Collector exposing memory stats.
NewNodeCollector creates a new NodeCollector.
SanitizeMetricName sanitize the given metric name by replacing invalid characters by underscores.
No description provided by the author

# Variables

ErrNoData indicates the collector found no data to collect, but had no other error.

# Structs

No description provided by the author
NodeCollector implements the prometheus.Collector interface.

# Interfaces

Collector is the interface a collector has to implement.