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

7 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L144: type Int64GaugeHandle MetricDescriptor
		metricregistry.go#L148: func (h *Int64GaugeHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L153: func (h *Int64GaugeHandle) Record(recorder MetricsRecorder, incr int64, labels ...string) {
		metricregistry.go#L244: func RegisterInt64Gauge(descriptor MetricDescriptor) *Int64GaugeHandle {
		metricregistry.go#L249: 	return (*Int64GaugeHandle)(descPtr)
		metrics.go#L40: 	RecordInt64Gauge(handle *Int64GaugeHandle, incr int64, labels ...string)

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