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

5 uses

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

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
		pickfirstleaf.go#L71: 		Labels:      []string{"grpc.target"},
		pickfirstleaf.go#L78: 		Labels:      []string{"grpc.target"},
		pickfirstleaf.go#L85: 		Labels:      []string{"grpc.target"},

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