func go.opencensus.io/tag.FromContext
5 uses
go.opencensus.io/tag (current package)
context.go#L23: func FromContext(ctx context.Context) *Map {
map.go#L189: orig := FromContext(ctx)
profile_19.go#L25: m := FromContext(ctx)
go.opencensus.io/plugin/ocgrpc
client_stats_handler.go#L42: ts := tag.FromContext(ctx)
go.opencensus.io/stats
record.go#L135: recorder(tag.FromContext(ctx), o.measurements, o.attachments)
![]() |
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. |