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

7 uses

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

	google.golang.org/grpc
		clientconn.go#L106: 	disconnectionsMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{
		clientconn.go#L114: 	connectionAttemptsSucceededMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{
		clientconn.go#L122: 	connectionAttemptsFailedMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L61: 	disconnectionsMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{
		pickfirst.go#L68: 	connectionAttemptsSucceededMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{
		pickfirst.go#L75: 	connectionAttemptsFailedMetric = expstats.RegisterInt64Count(expstats.MetricDescriptor{