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

Struct wrappingMetric

prometheus/wrap.go:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195type wrappingMetric struct {
196 wrappedMetric Metric
197 prefix string
198 labels Labels
199}
200
201func (m *wrappingMetric) Desc() *Desc {
202 return wrapDesc(m.wrappedMetric.Desc(), m.prefix, m.labels)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected