var contrib.go.opencensus.io/exporter/stackdriver.createTimeSeries
4 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics.go#L116: if err := createTimeSeries(ctx, se.c, ctsreq); err != nil {
metrics_batcher.go#L147: err := createTimeSeries(ctx, c, req)
stats.go#L224: if err := createTimeSeries(ctx, e.c, req); err != nil {
stats.go#L611: var createTimeSeries = func(ctx context.Context, c *monitoring.MetricClient, ts *monitoringpb.CreateTimeSeriesRequest) 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. |