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

8 uses

	google.golang.org/grpc/experimental/stats (current package)
		metricregistry.go#L48: 	Description string

	google.golang.org/grpc
		clientconn.go#L108: 		Description:    "EXPERIMENTAL. Number of times the selected subchannel becomes disconnected.",
		clientconn.go#L116: 		Description:    "EXPERIMENTAL. Number of successful connection attempts.",
		clientconn.go#L124: 		Description:    "EXPERIMENTAL. Number of failed connection attempts.",
		clientconn.go#L132: 		Description:    "EXPERIMENTAL. Number of open connections.",

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L63: 		Description: "EXPERIMENTAL. Number of times the selected subchannel becomes disconnected.",
		pickfirst.go#L70: 		Description: "EXPERIMENTAL. Number of successful connection attempts.",
		pickfirst.go#L77: 		Description: "EXPERIMENTAL. Number of failed connection attempts.",