contrib.go.opencensus.io/exporter/stackdriver.statsExporter.o (field)
38 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics.go#L68: se.o.handleError(err)
metrics.go#L73: ctx, cancel := newContextWithTimeout(se.o.Context, se.o.Timeout)
metrics.go#L173: if se.o.ResourceByDescriptor != nil {
metrics.go#L174: labels, mr = se.o.ResourceByDescriptor(&metric.Descriptor, labels)
metrics.go#L227: if se.o.SkipCMD {
metrics.go#L270: Name: fmt.Sprintf("projects/%s/metricDescriptors/%s", se.o.ProjectID, metricType),
metrics.go#L342: resource := se.o.Resource
metrics.go#L377: spt, err := metricPointToMpbPoint(startTime, &pt, se.o.ProjectID)
metrics_proto.go#L60: mb := newMetricsBatcher(ctx, se.o.ProjectID, se.o.NumberOfWorkers, se.c, se.o.Timeout)
metrics_proto.go#L211: mappedRsc = se.o.MapResource(resourcepbToResource(resource))
metrics_proto.go#L308: if se.o.SkipCMD {
metrics_proto.go#L312: ctx, cancel := newContextWithTimeout(ctx, se.o.Timeout)
metrics_proto.go#L375: Name: fmt.Sprintf("projects/%s/metricDescriptors/%s", se.o.ProjectID, metricType),
metrics_proto.go#L412: prefix := se.o.MetricPrefix
metrics_proto.go#L413: if se.o.GetMetricPrefix != nil {
metrics_proto.go#L414: prefix = se.o.GetMetricPrefix(name)
stats.go#L59: o Options
stats.go#L100: o: o,
stats.go#L128: if delayThreshold := e.o.BundleDelayThreshold; delayThreshold > 0 {
stats.go#L132: if countThreshold := e.o.BundleCountThreshold; countThreshold > 0 {
stats.go#L143: e.ir.ReportingInterval = e.o.ReportingInterval
stats.go#L154: resource := e.o.Resource
stats.go#L174: e.o.handleError(errors.New("failed to upload: buffer full"))
stats.go#L176: e.o.handleError(err)
stats.go#L194: e.o.handleError(err)
stats.go#L208: ctx, cancel := newContextWithTimeout(e.o.Context, e.o.Timeout)
stats.go#L308: if e.o.GetMetricDisplayName == nil {
stats.go#L311: displayName = e.o.GetMetricDisplayName(v)
stats.go#L315: Name: fmt.Sprintf("projects/%s/metricDescriptors/%s", e.o.ProjectID, metricType),
stats.go#L332: if e.o.SkipCMD {
stats.go#L407: Name: fmt.Sprintf("projects/%s", e.o.ProjectID),
stats.go#L561: if formatter := e.o.GetMetricType; formatter != nil {
stats.go#L597: ctx, cancel := newContextWithTimeout(ctx, e.o.Timeout)
stats.go#L600: Name: fmt.Sprintf("projects/%s", e.o.ProjectID),
 |
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. |