func google.golang.org/grpc/experimental/stats.RegisterInt64Count

4 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L188: func RegisterInt64Count(descriptor MetricDescriptor) *Int64CountHandle {

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
		pickfirstleaf.go#L67: 	disconnectionsMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{
		pickfirstleaf.go#L74: 	connectionAttemptsSucceededMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{
		pickfirstleaf.go#L81: 	connectionAttemptsFailedMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{