const google.golang.org/genproto/googleapis/api/metric.MetricDescriptor_INT64

8 uses

	google.golang.org/genproto/googleapis/api/metric (current package)
		metric.pb.go#L117: 	MetricDescriptor_INT64 MetricDescriptor_ValueType = 2

	contrib.go.opencensus.io/exporter/stackdriver
		metrics.go#L313: 		return googlemetricpb.MetricDescriptor_CUMULATIVE, googlemetricpb.MetricDescriptor_INT64
		metrics.go#L325: 		return googlemetricpb.MetricDescriptor_GAUGE, googlemetricpb.MetricDescriptor_INT64
		metrics_proto.go#L549: 		return googlemetricpb.MetricDescriptor_CUMULATIVE, googlemetricpb.MetricDescriptor_INT64
		metrics_proto.go#L561: 		return googlemetricpb.MetricDescriptor_GAUGE, googlemetricpb.MetricDescriptor_INT64
		stats.go#L282: 		valueType = metricpb.MetricDescriptor_INT64
		stats.go#L289: 			valueType = metricpb.MetricDescriptor_INT64
		stats.go#L299: 			valueType = metricpb.MetricDescriptor_INT64