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

3 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L123: 	recorder.RecordInt64Histo(h, incr, labels...)
		metrics.go#L34: 	RecordInt64Histo(handle *Int64HistoHandle, incr int64, labels ...string)

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