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}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |