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

Struct collidingCollector

prometheus/registry_test.go:1102–1107  ·  view source on GitHub ↗

collidingCollector is a collection of prometheus.Collectors, and is itself a prometheus.Collector.

Source from the content-addressed store, hash-verified

1100// collidingCollector is a collection of prometheus.Collectors,
1101// and is itself a prometheus.Collector.
1102type collidingCollector struct {
1103 i int
1104 name string
1105
1106 a, b, c, d prometheus.Collector
1107}
1108
1109// Describe satisfies part of the prometheus.Collector interface.
1110func (m *collidingCollector) Describe(desc chan<- *prometheus.Desc) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected