go.opencensus.io/tag.Tag.Value (field)
8 uses
go.opencensus.io/tag (current package)
map.go#L28: Value string
go.opencensus.io/stats/view
collector.go#L80: tags = append(tags, tag.Tag{Key: k, Value: string(v)})
view.go#L183: buffer.WriteString(fmt.Sprintf("{%v %v}", t.Key.Name(), t.Value))
view_to_metric.go#L109: tagMap[tag.Key.Name()] = tag.Value
go.opencensus.io/zpages
rpcz.go#L233: method = tag.Value
rpcz.go#L269: if tag.Key == ocgrpc.KeyClientStatus && tag.Value != "OK" {
rpcz.go#L296: if tag.Key == ocgrpc.KeyServerStatus && tag.Value != "OK" {
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L573: labels[sanitize(tag.Key.Name())] = tag.Value
![]() |
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. |