MCPcopy
hub / github.com/prometheus/client_golang / Describe

Method Describe

prometheus/vec.go:124–124  ·  view source on GitHub ↗

Without explicit forwarding of Describe, Collect, Reset, those methods won't show up in GoDoc. Describe implements Collector.

(ch chan<- *Desc)

Source from the content-addressed store, hash-verified

122
123// Describe implements Collector.
124func (m *MetricVec) Describe(ch chan<- *Desc) { m.metricMap.Describe(ch) }
125
126// Collect implements Collector.
127func (m *MetricVec) Collect(ch chan<- Metric) { m.metricMap.Collect(ch) }

Callers

nothing calls this directly

Calls 1

DescribeMethod · 0.65

Tested by

no test coverage detected