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

8 uses

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

	google.golang.org/grpc
		clientconn.go#L1296: 		disconnectionsMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel, disconnectError)
		clientconn.go#L1358: 			connectionAttemptsFailedMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel)
		clientconn.go#L1405: 	connectionAttemptsSucceededMetric.Record(ac.cc.metricsRecorderList, 1, ac.cc.target, ac.backendServiceLabel, ac.localityLabel)

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L639: 		connectionAttemptsFailedMetric.Record(b.metricsRecorder, 1, b.target)
		pickfirst.go#L643: 		connectionAttemptsSucceededMetric.Record(b.metricsRecorder, 1, b.target)
		pickfirst.go#L698: 			connectionAttemptsSucceededMetric.Record(b.metricsRecorder, 1, b.target)
		pickfirst.go#L700: 		disconnectionsMetric.Record(b.metricsRecorder, 1, b.target)