google.golang.org/grpc/experimental/stats.Int64UpDownCountHandle.Record (method)

3 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L111: func (h *Int64UpDownCountHandle) Record(recorder MetricsRecorder, v int64, labels ...string) {

	google.golang.org/grpc
		clientconn.go#L1297: 		openConnectionsMetric.Record(ac.cc.metricsRecorderList, -1, ac.cc.target, ac.backendServiceLabel, ac.securityLevelLocked(), ac.localityLabel)
		clientconn.go#L1406: 	openConnectionsMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.securityLevelLocked(), ac.localityLabel)