go.opencensus.io/stats/view.viewInternal.view (field)

13 uses

	go.opencensus.io/stats/view (current package)
		view.go#L120: 	view             *View  // view is the canonicalized View definition associated with this view.
		view.go#L128: 		view:             v,
		view.go#L153: 	return v.collector.collectedRows(v.view.TagKeys)
		view.go#L160: 	sig := string(encodeWithKeys(m, v.view.TagKeys))
		worker.go#L317: 	if x, ok := w.views[vi.view.Name]; ok {
		worker.go#L318: 		if !x.view.same(vi.view) {
		worker.go#L326: 	w.views[vi.view.Name] = vi
		worker.go#L328: 	ref := w.getMeasureRef(vi.view.Measure.Name())
		worker.go#L336: 	delete(w.views, v.view.Name)
		worker.go#L338: 	if measure := w.measures[v.view.Measure.Name()]; measure != nil {
		worker.go#L349: 		View:  v.view,
		worker_commands.go#L49: 	cmd.c <- &getViewByNameResp{v.view}