contrib.go.opencensus.io/exporter/stackdriver.metricsBatcher.allErrs (field)
6 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics_batcher.go#L38: allErrs []error
metrics_batcher.go#L83: mb.allErrs = append(mb.allErrs, err)
metrics_batcher.go#L110: numErrors := len(mb.allErrs)
metrics_batcher.go#L116: return mb.allErrs[0]
metrics_batcher.go#L120: for _, err := range mb.allErrs {
![]() |
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. |