go.opencensus.io/trace.defaultIDGenerator.traceIDAdd (field)
4 uses
go.opencensus.io/trace (current package)
trace.go#L541: &rngSeed, &gen.traceIDAdd, &gen.nextSpanID, &gen.spanIDInc,
trace.go#L572: traceIDAdd [2]uint64
trace.go#L594: binary.LittleEndian.PutUint64(tid[0:8], gen.traceIDRand.Uint64()+gen.traceIDAdd[0])
trace.go#L595: binary.LittleEndian.PutUint64(tid[8:16], gen.traceIDRand.Uint64()+gen.traceIDAdd[1])
![]() |
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. |