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

8 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L132: type Int64HistoHandle MetricDescriptor
		metricregistry.go#L136: func (h *Int64HistoHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L141: func (h *Int64HistoHandle) Record(recorder MetricsRecorder, incr int64, labels ...string) {
		metricregistry.go#L259: func RegisterInt64Histo(descriptor MetricDescriptor) *Int64HistoHandle {
		metricregistry.go#L264: 	return (*Int64HistoHandle)(descPtr)
		metrics.go#L55: 	RecordInt64Histo(handle *Int64HistoHandle, incr int64, labels ...string)
		metrics.go#L132: func (UnimplementedMetricsRecorder) RecordInt64Histo(*Int64HistoHandle, int64, ...string) {}

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