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

Struct customCollector

prometheus/registry_test.go:1299–1301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1297}
1298
1299type customCollector struct {
1300 collectFunc func(ch chan<- prometheus.Metric)
1301}
1302
1303func (co *customCollector) Describe(_ chan<- *prometheus.Desc) {}
1304

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected