contrib.go.opencensus.io/exporter/stackdriver.Options.UserAgent (field)
6 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
stackdriver.go#L286: UserAgent string
stackdriver.go#L372: if o.UserAgent == "" {
stackdriver.go#L373: o.UserAgent = defaultUserAgent
stats.go#L89: opts := append(o.MonitoringClientOptions, option.WithUserAgent(o.UserAgent))
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))
![]() |
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. |