type google.golang.org/grpc/experimental/stats.Int64HistoHandle

7 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L113: type Int64HistoHandle MetricDescriptor
		metricregistry.go#L117: func (h *Int64HistoHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L122: func (h *Int64HistoHandle) Record(recorder MetricsRecorder, incr int64, labels ...string) {
		metricregistry.go#L216: func RegisterInt64Histo(descriptor MetricDescriptor) *Int64HistoHandle {
		metricregistry.go#L221: 	return (*Int64HistoHandle)(descPtr)
		metrics.go#L34: 	RecordInt64Histo(handle *Int64HistoHandle, incr int64, labels ...string)

	google.golang.org/grpc/internal/stats
		metrics_recorder_list.go#L79: func (l *MetricsRecorderList) RecordInt64Histo(handle *estats.Int64HistoHandle, incr int64, labels ...string) {