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

3 uses

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

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