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

8 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L156: func GetServers(id int64, maxResults int64) ([]*ServerMetric, bool) {
		funcs.go#L187: func GetServer(id int64) *ServerMetric {
		funcs.go#L550: func (c *channelMap) GetServers(id, maxResults int64) ([]*ServerMetric, bool) {
		funcs.go#L565: 	var s []*ServerMetric
		funcs.go#L572: 			s = append(s, &ServerMetric{
		funcs.go#L712: func (c *channelMap) GetServer(id int64) *ServerMetric {
		funcs.go#L713: 	sm := &ServerMetric{}
		types.go#L547: type ServerMetric struct {