func contrib.go.opencensus.io/exporter/stackdriver.protoFromSpanData
3 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
trace.go#L101: protoSpan := protoFromSpanData(s, e.projectID, e.o.Resource, e.o.UserAgent)
trace.go#L140: protoSpans = append(protoSpans, protoFromSpanData(span, e.projectID, res, e.o.UserAgent))
trace_proto.go#L47: func protoFromSpanData(s *trace.SpanData, projectID string, mr *monitoredrespb.MonitoredResource, userAgent string) *tracepb.Span {
 |
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. |