type go.opencensus.io/trace.bucket
11 uses
go.opencensus.io/trace (current package)
spanbucket.go#L38: type bucket struct {
spanbucket.go#L45: func makeBucket(bufferSize int) bucket {
spanbucket.go#L46: return bucket{
spanbucket.go#L52: func (b *bucket) add(s *SpanData) {
spanbucket.go#L69: func (b *bucket) size() int {
spanbucket.go#L77: func (b *bucket) span(i int) *SpanData {
spanbucket.go#L88: func (b *bucket) resize(n int) {
spanstore.go#L189: errors map[int32]*bucket
spanstore.go#L190: latency []bucket
spanstore.go#L198: latency: make([]bucket, len(defaultLatencies)+1),
spanstore.go#L295: s.errors = make(map[int32]*bucket)
![]() |
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. |