contrib.go.opencensus.io/exporter/stackdriver.Options.Context (field)
8 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics.go#L73: ctx, cancel := newContextWithTimeout(se.o.Context, se.o.Timeout)
stackdriver.go#L247: Context context.Context
stackdriver.go#L309: ctx := o.Context
stackdriver.go#L350: res, err := o.ResourceDetector(o.Context)
stats.go#L90: ctx := o.Context
stats.go#L208: ctx, cancel := newContextWithTimeout(e.o.Context, e.o.Timeout)
trace.go#L50: ctx := o.Context
trace.go#L166: ctx, cancel := newContextWithTimeout(e.o.Context, e.o.Timeout)
![]() |
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. |