go.opencensus.io/stats/view.Data.View (field)
8 uses
go.opencensus.io/stats/view (current package)
view.go#L167: View *View
worker.go#L349: View: v.view,
go.opencensus.io/zpages
rpcz.go#L201: received, ok := viewType[vd.View]
rpcz.go#L262: switch vd.View {
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L218: if err := e.createMetricDescriptorFromView(ctx, vd.View); err != nil {
stats.go#L239: tags, resource := e.getMonitoredResource(vd.View, append([]tag.Tag(nil), row.Tags...))
stats.go#L242: Type: e.metricType(vd.View),
stats.go#L246: Points: []*monitoringpb.Point{newPoint(vd.View, row, vd.Start, vd.End)},
 |
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. |