type contrib.go.opencensus.io/exporter/stackdriver.worker
8 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics_batcher.go#L43: workers []*worker
metrics_batcher.go#L54: workers := make([]*worker, 0, numWorkers)
metrics_batcher.go#L177: type worker struct {
metrics_batcher.go#L196: timeout time.Duration) *worker {
metrics_batcher.go#L197: return &worker{
metrics_batcher.go#L207: func (w *worker) start() {
metrics_batcher.go#L215: func (w *worker) sendReqWithTimeout(req *monitoringpb.CreateTimeSeriesRequest) {
metrics_batcher.go#L222: func (w *worker) recordDroppedTimeseries(numTimeSeries int, err error) {
![]() |
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. |