# Functions
New creates a new Raspberry Pi collector.
NewCPUCollector returns a new Collector exposing CPU temperature metrics.
NewFanCollector returns a new Collector exposing CPU temperature metrics.
NewGPUCollector returns a new Collector exposing GPU temperature metrics.
NewTextFileCollector returns a new Collector exposing metrics read from files in the given textfile directory.
# Structs
RPiCollector implements the prometheus.Collector interface.
# Interfaces
Collector is the interface a collector has to implement.