const go.opencensus.io/plugin/ochttp/propagation/b3.TraceIDHeader
3 uses
go.opencensus.io/plugin/ochttp/propagation/b3 (current package)
b3.go#L30: TraceIDHeader = "X-B3-TraceId"
b3.go#L49: tid, ok := ParseTraceID(req.Header.Get(TraceIDHeader))
b3.go#L113: req.Header.Set(TraceIDHeader, hex.EncodeToString(sc.TraceID[:]))
![]() |
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. |