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

8 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L163: type Int64GaugeHandle MetricDescriptor
		metricregistry.go#L167: func (h *Int64GaugeHandle) Descriptor() *MetricDescriptor {
		metricregistry.go#L172: func (h *Int64GaugeHandle) Record(recorder MetricsRecorder, incr int64, labels ...string) {
		metricregistry.go#L287: func RegisterInt64Gauge(descriptor MetricDescriptor) *Int64GaugeHandle {
		metricregistry.go#L292: 	return (*Int64GaugeHandle)(descPtr)
		metrics.go#L61: 	RecordInt64Gauge(handle *Int64GaugeHandle, incr int64, labels ...string)
		metrics.go#L138: func (UnimplementedMetricsRecorder) RecordInt64Gauge(*Int64GaugeHandle, int64, ...string) {}

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