Versions in this module Expand all Collapse all v1 v1.0.1 Nov 24, 2021 Changes in this version + func ListenTo(endpoint string, reg metrics.Registry) + func SetNamespace(s string) + type Collector struct + func NewCollector(opts prometheus.Opts, metric interface{}, fields ...string) *Collector + func (c *Collector) Collect(out chan<- prometheus.Metric) + func (c *Collector) Describe(out chan<- *prometheus.Desc) + type Metric struct + func (m *Metric) Desc() *prometheus.Desc + func (m *Metric) Write(out *dto.Metric) error