go.opencensus.io/trace.Span.links (field)
7 uses
go.opencensus.io/trace (current package)
trace.go#L57: links *evictedQueue
trace.go#L247: span.links = newEvictedQueue(cfg.MaxLinksPerSpan)
trace.go#L311: if len(s.links.queue) > 0 {
trace.go#L313: sd.DroppedLinkCount = s.links.droppedCount
trace.go#L348: linksArr := make([]Link, 0, len(s.links.queue))
trace.go#L349: for _, value := range s.links.queue {
trace.go#L517: s.links.add(l)
![]() |
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. |