type google.golang.org/grpc/internal/stats.MetricsRecorderList

9 uses

	google.golang.org/grpc/internal/stats (current package)
		metrics_recorder_list.go#L30: type MetricsRecorderList struct {
		metrics_recorder_list.go#L39: func NewMetricsRecorderList(shs []stats.Handler) *MetricsRecorderList {
		metrics_recorder_list.go#L46: 	return &MetricsRecorderList{
		metrics_recorder_list.go#L59: func (l *MetricsRecorderList) RecordInt64Count(handle *estats.Int64CountHandle, incr int64, labels ...string) {
		metrics_recorder_list.go#L69: func (l *MetricsRecorderList) RecordFloat64Count(handle *estats.Float64CountHandle, incr float64, labels ...string) {
		metrics_recorder_list.go#L79: func (l *MetricsRecorderList) RecordInt64Histo(handle *estats.Int64HistoHandle, incr int64, labels ...string) {
		metrics_recorder_list.go#L89: func (l *MetricsRecorderList) RecordFloat64Histo(handle *estats.Float64HistoHandle, incr float64, labels ...string) {
		metrics_recorder_list.go#L99: func (l *MetricsRecorderList) RecordInt64Gauge(handle *estats.Int64GaugeHandle, incr int64, labels ...string) {

	google.golang.org/grpc
		clientconn.go#L624: 	metricsRecorderList *stats.MetricsRecorderList