go.opencensus.io/metric/metricexport.Reader.ReadAndExport (method)

5 uses

	go.opencensus.io/metric/metricexport (current package)
		reader.go#L148: 			ir.reader.ReadAndExport(ir.exporter)
		reader.go#L177: func (r *Reader) ReadAndExport(exporter Exporter) {

	contrib.go.opencensus.io/exporter/prometheus
		prometheus.go#L123: 	c.reader.ReadAndExport(de)
		prometheus.go#L132: 	c.reader.ReadAndExport(me)

	golang.org/x/pkgsite/cmd/prober
		main.go#L322: 	metricReader.ReadAndExport(metricExporter)