go.opencensus.io/trace.Span.annotations (field)
8 uses
go.opencensus.io/trace (current package)
trace.go#L51: annotations *evictedQueue
trace.go#L245: span.annotations = newEvictedQueue(cfg.MaxAnnotationEventsPerSpan)
trace.go#L303: if len(s.annotations.queue) > 0 {
trace.go#L305: sd.DroppedAnnotationCount = s.annotations.droppedCount
trace.go#L364: annotationArr := make([]Annotation, 0, len(s.annotations.queue))
trace.go#L365: for _, value := range s.annotations.queue {
trace.go#L426: s.annotations.add(Annotation{
trace.go#L442: s.annotations.add(Annotation{
![]() |
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. |