contrib.go.opencensus.io/exporter/stackdriver.traceExporter.projectID (field)
6 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
trace.go#L39: projectID string
trace.go#L65: projectID: o.ProjectID,
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.go#L144: Name: "projects/" + e.projectID,
trace.go#L162: Name: "projects/" + e.projectID,
 |
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. |