google.golang.org/grpc/experimental/stats.MetricDescriptor.Labels (field)

9 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L53: 	Labels []string

	google.golang.org/grpc
		clientconn.go#L110: 		Labels:         []string{"grpc.target"},
		clientconn.go#L118: 		Labels:         []string{"grpc.target"},
		clientconn.go#L126: 		Labels:         []string{"grpc.target"},
		clientconn.go#L134: 		Labels:         []string{"grpc.target"},

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L65: 		Labels:      []string{"grpc.target"},
		pickfirst.go#L72: 		Labels:      []string{"grpc.target"},
		pickfirst.go#L79: 		Labels:      []string{"grpc.target"},

	google.golang.org/grpc/internal/stats
		metrics_recorder_list.go#L54: 	if got, want := len(labelsRecv), len(desc.Labels)+len(desc.OptionalLabels); got != want {