go.opencensus.io/metric/metricproducer.Manager.producers (field)
6 uses
go.opencensus.io/metric/metricproducer (current package)
manager.go#L27: producers map[Producer]struct{}
manager.go#L38: prodMgr.producers = make(map[Producer]struct{})
manager.go#L50: pm.producers[producer] = struct{}{}
manager.go#L60: delete(pm.producers, producer)
manager.go#L71: producers := make([]Producer, len(pm.producers))
manager.go#L73: for producer := range pm.producers {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |