func go.opencensus.io/stats/view.Count

24 uses

	go.opencensus.io/stats/view (current package)
		aggregation.go#L70: func Count() *Aggregation {

	go.opencensus.io/plugin/ocgrpc
		client_metrics.go#L68: 		Aggregation: view.Count(),
		server_metrics.go#L71: 		Aggregation: view.Count(),

	go.opencensus.io/plugin/ochttp
		stats.go#L165: 		Aggregation: view.Count(),
		stats.go#L178: 		Aggregation: view.Count(),
		stats.go#L211: 		Aggregation: view.Count(),
		stats.go#L220: 		Aggregation: view.Count(),
		stats.go#L231: 		Aggregation: view.Count(),
		stats.go#L260: 		Aggregation: view.Count(),
		stats.go#L268: 		Aggregation: view.Count(),

	contrib.go.opencensus.io/integrations/ocsql
		observability.go#L89: 		Aggregation: view.Count(),

	golang.org/x/pkgsite/cmd/prober
		main.go#L190: 		Aggregation: view.Count(),

	golang.org/x/pkgsite/internal/dcensus
		dcensus.go#L206: 		Aggregation: view.Count(),
		dcensus.go#L213: 		Aggregation: view.Count(),

	golang.org/x/pkgsite/internal/fetch
		fetch.go#L72: 		Aggregation: view.Count(),
		fetch.go#L80: 		Aggregation: view.Count(),
		fetch.go#L87: 		Aggregation: view.Count(),

	golang.org/x/pkgsite/internal/frontend
		details.go#L112: 		Aggregation: view.Count(),
		fetch.go#L75: 		Aggregation: view.Count(),

	golang.org/x/pkgsite/internal/middleware
		caching.go#L51: 		Aggregation: view.Count(),
		caching.go#L65: 		Aggregation: view.Count(),
		quota.go#L38: 		Aggregation: view.Count(),

	golang.org/x/pkgsite/internal/postgres
		search.go#L53: 		Aggregation: view.Count(),

	golang.org/x/pkgsite/internal/worker
		metrics.go#L30: 		Aggregation: view.Count(),