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

3 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L154: 	recorder.RecordInt64Gauge(h, incr, labels...)
		metrics.go#L40: 	RecordInt64Gauge(handle *Int64GaugeHandle, incr int64, labels ...string)

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