go.opencensus.io/metric/metricexport.IntervalReader.ReportingInterval (field)

5 uses

	go.opencensus.io/metric/metricexport (current package)
		reader.go#L66: 	ReportingInterval time.Duration
		reader.go#L126: 	if ir.ReportingInterval != 0 {
		reader.go#L127: 		if ir.ReportingInterval < minimumReportingDuration {
		reader.go#L130: 		reportingInterval = ir.ReportingInterval

	contrib.go.opencensus.io/exporter/stackdriver
		stats.go#L143: 	e.ir.ReportingInterval = e.o.ReportingInterval