type go.opencensus.io/stats/view.Aggregation

12 uses

	go.opencensus.io/stats/view (current package)
		aggregation.go#L44: type Aggregation struct {
		aggregation.go#L52: 	aggCount = &Aggregation{
		aggregation.go#L58: 	aggSum = &Aggregation{
		aggregation.go#L70: func Count() *Aggregation {
		aggregation.go#L78: func Sum() *Aggregation {
		aggregation.go#L101: func Distribution(bounds ...float64) *Aggregation {
		aggregation.go#L102: 	agg := &Aggregation{
		aggregation.go#L114: func LastValue() *Aggregation {
		aggregation.go#L115: 	return &Aggregation{
		aggregation_data.go#L131: func newDistributionData(agg *Aggregation) *DistributionData {
		collector.go#L32: 	a *Aggregation
		view.go#L47: 	Aggregation *Aggregation