contrib.go.opencensus.io/exporter/stackdriver.Options.Resource (field)
9 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics.go#L342: resource := se.o.Resource
stackdriver.go#L151: Resource *monitoredrespb.MonitoredResource
stackdriver.go#L340: o.Resource = convertMonitoredResourceToPB(o.MonitoredResource)
stackdriver.go#L347: if o.Resource != nil {
stackdriver.go#L366: o.Resource = o.MapResource(res)
stackdriver.go#L367: log.Printf("OpenCensus using monitored resource: %v", o.Resource)
stats.go#L154: resource := e.o.Resource
trace.go#L101: protoSpan := protoFromSpanData(s, e.projectID, e.o.Resource, e.o.UserAgent)
trace.go#L134: res := e.o.Resource
![]() |
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. |