google.golang.org/grpc/experimental/stats.MetricsRecorder.RecordInt64Count (method)

3 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L93: 	recorder.RecordInt64Count(h, incr, labels...)
		metrics.go#L28: 	RecordInt64Count(handle *Int64CountHandle, incr int64, labels ...string)

	google.golang.org/grpc/internal/stats
		metrics_recorder_list.go#L63: 		metricRecorder.RecordInt64Count(handle, incr, labels...)