const go.opencensus.io/plugin/ochttp/propagation/b3.SpanIDHeader
3 uses
go.opencensus.io/plugin/ochttp/propagation/b3 (current package)
b3.go#L31: SpanIDHeader = "X-B3-SpanId"
b3.go#L53: sid, ok := ParseSpanID(req.Header.Get(SpanIDHeader))
b3.go#L114: req.Header.Set(SpanIDHeader, hex.EncodeToString(sc.SpanID[:]))
![]() |
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. |