var contrib.go.opencensus.io/exporter/stackdriver.timeSeriesErrRegex

2 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		metrics_batcher.go#L137: var timeSeriesErrRegex = regexp.MustCompile(`: timeSeries\[([0-9]+(?:-[0-9]+)?(?:,[0-9]+(?:-[0-9]+)?)*)\]`)
		metrics_batcher.go#L152: 	droppedTimeSeriesRangeMatches := timeSeriesErrRegex.FindAllStringSubmatch(err.Error(), -1)