go.opencensus.io/stats/view.worker.views (field)
11 uses
go.opencensus.io/stats/view (current package)
worker.go#L45: views map[string]*viewInternal
worker.go#L248: views: make(map[string]*viewInternal),
worker.go#L317: if x, ok := w.views[vi.view.Name]; ok {
worker.go#L326: w.views[vi.view.Name] = vi
worker.go#L336: delete(w.views, v.view.Name)
worker.go#L364: for _, v := range w.views {
worker.go#L391: metrics := make([]*metricdata.Metric, 0, len(w.views))
worker.go#L392: for _, v := range w.views {
worker_commands.go#L44: v := w.views[cmd.name]
worker_commands.go#L92: vi, ok := w.views[name]
worker_commands.go#L126: vi, ok := w.views[cmd.v]
![]() |
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. |