type go.opencensus.io/metric/metricdata.Type

11 uses

	go.opencensus.io/metric/metricdata (current package)
		metric.go#L28: 	Type        Type       // type of measure
		point.go#L182: type Type int
		point.go#L186: 	TypeGaugeInt64 Type = iota
		type_string.go#L11: func (i Type) String() string {
		type_string.go#L12: 	if i < 0 || i >= Type(len(_Type_index)-1) {

	go.opencensus.io/stats/view
		aggregation_data.go#L33: 	toPoint(t metricdata.Type, time time.Time) metricdata.Point
		aggregation_data.go#L65: func (a *CountData) toPoint(metricType metricdata.Type, t time.Time) metricdata.Point {
		aggregation_data.go#L100: func (a *SumData) toPoint(metricType metricdata.Type, t time.Time) metricdata.Point {
		aggregation_data.go#L232: func (a *DistributionData) toPoint(metricType metricdata.Type, t time.Time) metricdata.Point {
		aggregation_data.go#L284: func (l *LastValueData) toPoint(metricType metricdata.Type, t time.Time) metricdata.Point {
		view_to_metric.go#L39: func getType(v *View) metricdata.Type {