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

Struct constMetric

prometheus/value.go:171–174  ·  prometheus/value.go::constMetric

Source from the content-addressed store, hash-verified

169}
170
171type constMetric struct {
172 desc *Desc
173 metric *dto.Metric
174}
175
176func (m *constMetric) Desc() *Desc {
177 return m.desc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected