contrib.go.opencensus.io/exporter/stackdriver.statsExporter.ir (field)

6 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		stats.go#L72: 	ir            *metricexport.IntervalReader
		stats.go#L141: 		e.ir, _ = metricexport.NewIntervalReader(metricexport.NewReader(), e)
		stats.go#L143: 	e.ir.ReportingInterval = e.o.ReportingInterval
		stats.go#L144: 	return e.ir.Start()
		stats.go#L148: 	if e.ir != nil {
		stats.go#L149: 		e.ir.Stop()