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

3 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L112: 	recorder.RecordInt64UpDownCount(h, v, labels...)
		metrics.go#L64: 	RecordInt64UpDownCount(handle *Int64UpDownCountHandle, incr int64, labels ...string)

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