Gather implements TransactionalGatherer interface.
()
| 1071 | |
| 1072 | // Gather implements TransactionalGatherer interface. |
| 1073 | func (g *noTransactionGatherer) Gather() (_ []*dto.MetricFamily, done func(), err error) { |
| 1074 | mfs, err := g.g.Gather() |
| 1075 | return mfs, func() {}, err |
| 1076 | } |