go.opencensus.io/plugin/ochttp.addedTags.t (field)
7 uses
go.opencensus.io/plugin/ochttp (current package)
route.go#L29: a.t = append(a.t, tag.Upsert(KeyServerRoute, route))
route.go#L53: a.t = append(a.t, tags...)
route.go#L60: t []tag.Mutator
server.go#L200: allTags := make([]tag.Mutator, len(tags.t)+1)
server.go#L202: copy(allTags[1:], tags.t)
![]() |
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. |