go.opencensus.io/stats/view.Aggregation.Type (field)

10 uses

	go.opencensus.io/stats/view (current package)
		aggregation.go#L45: 	Type    AggType   // Type is the AggType of this Aggregation.
		aggregation.go#L53: 		Type: AggTypeCount,
		aggregation.go#L59: 		Type: AggTypeSum,
		aggregation.go#L103: 		Type:    AggTypeDistribution,
		aggregation.go#L116: 		Type: AggTypeLastValue,
		view_to_metric.go#L43: 	switch agg.Type {
		view_to_metric.go#L97: 	switch v.Aggregation.Type {

	contrib.go.opencensus.io/exporter/stackdriver
		stats.go#L280: 	switch agg.Type {
		stats.go#L304: 		return nil, fmt.Errorf("unsupported aggregation type: %s", agg.Type.String())
		stats.go#L448: 	switch v.Aggregation.Type {