go.opencensus.io/stats/view.Row.Tags (field)
10 uses
go.opencensus.io/stats/view (current package)
collector.go#L49: row := &Row{Tags: tags, Data: aggregator.clone()}
view.go#L174: Tags []tag.Tag
view.go#L182: for _, t := range r.Tags {
view.go#L198: return reflect.DeepEqual(r.Tags, other.Tags) && r.Data.equal(other.Data)
view_to_metric.go#L108: for _, tag := range row.Tags {
go.opencensus.io/zpages
rpcz.go#L231: for _, tag := range row.Tags {
rpcz.go#L268: for _, tag := range row.Tags {
rpcz.go#L295: for _, tag := range row.Tags {
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L239: tags, resource := e.getMonitoredResource(vd.View, append([]tag.Tag(nil), row.Tags...))
 |
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. |