type go.opencensus.io/trace.spanStore
12 uses
go.opencensus.io/trace (current package)
spanstore.go#L31: spanStores = make(map[string]*spanStore)
spanstore.go#L186: type spanStore struct {
spanstore.go#L195: func newSpanStore(name string, latencyBucketSize int, errorBucketSize int) *spanStore {
spanstore.go#L196: s := &spanStore{
spanstore.go#L210: func spanStoreForName(name string) *spanStore {
spanstore.go#L211: var s *spanStore
spanstore.go#L221: func spanStoreForNameCreateIfNew(name string) *spanStore {
spanstore.go#L261: func (s *spanStore) resize(latencyBucketSize int, errorBucketSize int) {
spanstore.go#L274: func (s *spanStore) add(span *Span) {
spanstore.go#L282: func (s *spanStore) finished(span *Span, sd *SpanData) {
trace.go#L60: *spanStore
trace.go#L253: var ss *spanStore
![]() |
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. |