func contrib.go.opencensus.io/exporter/stackdriver.bucketCounts

2 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		metrics_proto.go#L524: 			mv.DistributionValue.BucketCounts = addZeroBucketCountOnCondition(insertZeroBound, bucketCounts(dv.Buckets)...)
		metrics_proto.go#L531: func bucketCounts(buckets []*metricspb.DistributionValue_Bucket) []int64 {