Versions in this module Expand all Collapse all v1 v1.1.0 Jul 14, 2026 v1.0.0 Jul 9, 2026 Changes in this version + type Exporter struct + func New(factory Factory) *Exporter + func NewWithLogger(factory Factory, logger io.Writer) *Exporter + func (e *Exporter) Collect(ch chan<- prometheus.Metric) + func (e *Exporter) Describe(ch chan<- *prometheus.Desc) + func (e *Exporter) Registry() *prometheus.Registry + type Factory func() (gpu.Collector, error)