const github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1.MetricDescriptor_GAUGE_DOUBLE

3 uses

	github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1 (current package)
		metrics.pb.go#L67: 	MetricDescriptor_GAUGE_DOUBLE MetricDescriptor_Type = 2

	contrib.go.opencensus.io/exporter/stackdriver
		metrics_proto.go#L191: 					Type:        metricspb.MetricDescriptor_GAUGE_DOUBLE,
		metrics_proto.go#L557: 	case metricspb.MetricDescriptor_GAUGE_DOUBLE: