go.opencensus.io/trace.bucket.overflow (field)
6 uses
go.opencensus.io/trace (current package)
spanbucket.go#L42: overflow bool // whether the circular buffer has wrapped around
spanbucket.go#L64: b.overflow = true
spanbucket.go#L70: if b.overflow {
spanbucket.go#L78: if !b.overflow {
spanbucket.go#L97: b.overflow = false
spanbucket.go#L105: b.overflow = true
![]() |
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. |