func go.opencensus.io/tag.New
6 uses
go.opencensus.io/tag (current package)
map.go#L187: func New(ctx context.Context, mutator ...Mutator) (context.Context, error) {
go.opencensus.io/plugin/ocgrpc
server_stats_handler.go#L44: ctx, _ = tag.New(ctx, tag.Upsert(KeyServerMethod, methodName(info.FullMethodName)))
go.opencensus.io/plugin/ochttp
client_stats.go#L36: ctx, _ := tag.New(req.Context(),
route.go#L38: ctx, _ := tag.New(r.Context(), addRoute...)
server.go#L150: ctx, _ := tag.New(r.Context(),
go.opencensus.io/stats
record.go#L131: if ctx, err = tag.New(ctx, o.mutators...); err != nil {
 |
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. |