const go.opentelemetry.io/otel/api/trace.samplingWidth
5 uses
go.opentelemetry.io/otel/api/trace (current package)
b3_propagator.go#L38: samplingWidth = 1 // Single hex character.
b3_propagator.go#L268: if headerLen == samplingWidth {
b3_propagator.go#L307: if headerLen == pos+samplingWidth {
b3_propagator.go#L312: } else if headerLen == pos+samplingWidth+separatorWidth+parentSpanIDWidth {
b3_propagator.go#L314: pos += samplingWidth + separatorWidth // {traceID}-{spanID}-{sampling}-
![]() |
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. |