const go.opentelemetry.io/otel/api/trace.separatorWidth
7 uses
go.opentelemetry.io/otel/api/trace (current package)
b3_propagator.go#L37: separatorWidth = 1 // Single "-" character.
b3_propagator.go#L273: } else if headerLen >= traceID64BitsWidth+spanIDWidth+separatorWidth {
b3_propagator.go#L292: pos += separatorWidth // {traceID}-
b3_propagator.go#L301: if headerLen == pos+separatorWidth {
b3_propagator.go#L305: pos += separatorWidth // {traceID}-{spanID}-
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. |