type google.golang.org/grpc/internal/stats.MetricsRecorderList
11 uses
google.golang.org/grpc/internal/stats (current package)
metrics_recorder_list.go#L31: type MetricsRecorderList struct {
metrics_recorder_list.go#L41: func NewMetricsRecorderList(shs []stats.Handler) *MetricsRecorderList {
metrics_recorder_list.go#L48: return &MetricsRecorderList{
metrics_recorder_list.go#L61: func (l *MetricsRecorderList) RecordInt64Count(handle *estats.Int64CountHandle, incr int64, labels ...string) {
metrics_recorder_list.go#L71: func (l *MetricsRecorderList) RecordInt64UpDownCount(handle *estats.Int64UpDownCountHandle, incr int64, labels ...string) {
metrics_recorder_list.go#L81: func (l *MetricsRecorderList) RecordFloat64Count(handle *estats.Float64CountHandle, incr float64, labels ...string) {
metrics_recorder_list.go#L91: func (l *MetricsRecorderList) RecordInt64Histo(handle *estats.Int64HistoHandle, incr int64, labels ...string) {
metrics_recorder_list.go#L101: func (l *MetricsRecorderList) RecordFloat64Histo(handle *estats.Float64HistoHandle, incr float64, labels ...string) {
metrics_recorder_list.go#L111: func (l *MetricsRecorderList) RecordInt64Gauge(handle *estats.Int64GaugeHandle, incr int64, labels ...string) {
metrics_recorder_list.go#L125: func (l *MetricsRecorderList) RegisterAsyncReporter(reporter estats.AsyncMetricReporter, metrics ...estats.AsyncMetric) func() {
google.golang.org/grpc
clientconn.go#L681: metricsRecorderList *istats.MetricsRecorderList