contrib.go.opencensus.io/exporter/stackdriver.traceExporter.o (field)
14 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
stackdriver.go#L439: if len(e.traceExporter.o.DefaultTraceAttributes) > 0 {
stackdriver.go#L454: for k, v := range e.traceExporter.o.DefaultTraceAttributes {
trace.go#L38: o Options
trace.go#L67: o: o,
trace.go#L101: protoSpan := protoFromSpanData(s, e.projectID, e.o.Resource, e.o.UserAgent)
trace.go#L111: e.o.handleError(err)
trace.go#L134: res := e.o.Resource
trace.go#L136: res = e.o.MapResource(resourcepbToResource(r))
trace.go#L140: protoSpans = append(protoSpans, protoFromSpanData(span, e.projectID, res, e.o.UserAgent))
trace.go#L148: ctx, cancel := newContextWithTimeout(ctx, e.o.Timeout)
trace.go#L166: ctx, cancel := newContextWithTimeout(e.o.Context, e.o.Timeout)
trace.go#L179: e.o.handleError(err)
 |
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. |