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

Struct tGatherer

prometheus/registry_test.go:1186–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186type tGatherer struct {
1187 done bool
1188 err error
1189}
1190
1191func (g *tGatherer) Gather() (_ []*dto.MetricFamily, done func(), err error) {
1192 name := "g1"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected