type go.opencensus.io/metric/metricexport.ReaderOption

3 uses

	go.opencensus.io/metric/metricexport (current package)
		reader.go#L76: type ReaderOption func(*ReaderOptions)
		reader.go#L79: func WithSpanName(spanName string) ReaderOption {
		reader.go#L86: func NewReader(o ...ReaderOption) *Reader {