type google.golang.org/grpc/internal/channelz.ServerMetric

8 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L153: func GetServers(id int64, maxResults int64) ([]*ServerMetric, bool) {
		funcs.go#L184: func GetServer(id int64) *ServerMetric {
		funcs.go#L600: func (c *channelMap) GetServers(id, maxResults int64) ([]*ServerMetric, bool) {
		funcs.go#L615: 	var s []*ServerMetric
		funcs.go#L622: 			s = append(s, &ServerMetric{
		funcs.go#L762: func (c *channelMap) GetServer(id int64) *ServerMetric {
		funcs.go#L763: 	sm := &ServerMetric{}
		types.go#L547: type ServerMetric struct {