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

Struct noTransactionGatherer

prometheus/registry.go:1068–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068type noTransactionGatherer struct {
1069 g Gatherer
1070}
1071
1072// Gather implements TransactionalGatherer interface.
1073func (g *noTransactionGatherer) Gather() (_ []*dto.MetricFamily, done func(), err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected