type google.golang.org/grpc/experimental/stats.MetricsRecorder (interface)
Method Implmentations
	RecordFloat64Count(handle *Float64CountHandle, incr float64, labels ...string)
		*google.golang.org/grpc/internal/stats.MetricsRecorderList.RecordFloat64Count
	RecordFloat64Histo(handle *Float64HistoHandle, incr float64, labels ...string)
		*google.golang.org/grpc/internal/stats.MetricsRecorderList.RecordFloat64Histo
	RecordInt64Count(handle *Int64CountHandle, incr int64, labels ...string)
		*google.golang.org/grpc/internal/stats.MetricsRecorderList.RecordInt64Count
	RecordInt64Gauge(handle *Int64GaugeHandle, incr int64, labels ...string)
		*google.golang.org/grpc/internal/stats.MetricsRecorderList.RecordInt64Gauge
	RecordInt64Histo(handle *Int64HistoHandle, incr int64, labels ...string)
		*google.golang.org/grpc/internal/stats.MetricsRecorderList.RecordInt64HistoThe pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)