go.opencensus.io/stats/view.Row.Data (field)
8 uses
go.opencensus.io/stats/view (current package)
collector.go#L49: row := &Row{Tags: tags, Data: aggregator.clone()}
view.go#L175: Data AggregationData
view.go#L186: buffer.WriteString(fmt.Sprintf("%v", r.Data))
view.go#L198: return reflect.DeepEqual(r.Tags, other.Tags) && r.Data.equal(other.Data)
view_to_metric.go#L124: Points: []metricdata.Point{row.Data.toPoint(v.metricDescriptor.Type, now)},
go.opencensus.io/zpages
rpcz.go#L249: switch v := row.Data.(type) {
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L486: switch v := r.Data.(type) {
![]() |
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. |