func contrib.go.opencensus.io/exporter/stackdriver.newContextWithTimeout
8 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics.go#L73: ctx, cancel := newContextWithTimeout(se.o.Context, se.o.Timeout)
metrics_batcher.go#L216: ctx, cancel := newContextWithTimeout(w.ctx, w.timeout)
metrics_proto.go#L312: ctx, cancel := newContextWithTimeout(ctx, se.o.Timeout)
stackdriver.go#L480: func newContextWithTimeout(ctx context.Context, timeout time.Duration) (context.Context, func()) {
stats.go#L208: ctx, cancel := newContextWithTimeout(e.o.Context, e.o.Timeout)
stats.go#L597: ctx, cancel := newContextWithTimeout(ctx, e.o.Timeout)
trace.go#L148: ctx, cancel := newContextWithTimeout(ctx, e.o.Timeout)
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. |