Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2023 v1.0.0 May 18, 2023 Changes in this version + var DefaultExpiration = time.Duration(5) * time.Minute + var DefaultInterval = time.Duration(1) * time.Minute + type Exporter struct + func NewExporter() *Exporter + func (e *Exporter) Render() string + func (e *Exporter) SetCounter(name string, value float64, help string, labels map[string]string) + func (e *Exporter) SetGauge(name string, value float64, help string, labels map[string]string) + func (e *Exporter) SetHistogram(name string, value float64, help string, labels map[string]string) + func (e *Exporter) SetSummary(name string, value float64, help string, labels map[string]string)