google.golang.org/grpc/experimental/stats.AsyncMetricsRecorder.RecordInt64AsyncGauge (method)

3 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L197: 	recorder.RecordInt64AsyncGauge(h, value, labels...)
		metrics.go#L104: 	RecordInt64AsyncGauge(handle *Int64AsyncGaugeHandle, incr int64, labels ...string)

	google.golang.org/grpc/internal/stats
		metrics_recorder_list.go#L174: 	w.delegate.RecordInt64AsyncGauge(handle, value, labels...)