google.golang.org/grpc/experimental/stats.Int64CountHandle.Record (method)
5 uses
google.golang.org/grpc/experimental/stats (current package)
metricregistry.go#L92: func (h *Int64CountHandle) Record(recorder MetricsRecorder, incr int64, labels ...string) {
google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
pickfirstleaf.go#L598: connectionAttemptsFailedMetric.Record(b.metricsRecorder, 1, b.target)
pickfirstleaf.go#L602: connectionAttemptsSucceededMetric.Record(b.metricsRecorder, 1, b.target)
pickfirstleaf.go#L657: connectionAttemptsSucceededMetric.Record(b.metricsRecorder, 1, b.target)
pickfirstleaf.go#L659: disconnectionsMetric.Record(b.metricsRecorder, 1, b.target)