go.opencensus.io/trace.SpanData.Annotations (field)
6 uses
go.opencensus.io/trace (current package)
export.go#L85: Annotations []Annotation
trace.go#L304: sd.Annotations = s.interfaceArrayToAnnotationArray()
go.opencensus.io/zpages
tracez.go#L295: for i := range s.Annotations {
tracez.go#L296: es = append(es, &s.Annotations[i])
contrib.go.opencensus.io/exporter/stackdriver
trace_proto.go#L84: as := s.Annotations
golang.org/x/pkgsite/internal/dcensus
debug.go#L47: for _, a := range s.Annotations {
![]() |
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. |