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

Struct wrappingCollector

prometheus/wrap.go:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154type wrappingCollector struct {
155 wrappedCollector Collector
156 prefix string
157 labels Labels
158}
159
160func (c *wrappingCollector) Collect(ch chan<- Metric) {
161 wrappedCh := make(chan Metric)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected