type google.golang.org/grpc/internal/channelz.ChannelMetric
8 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L146: func GetTopChannels(id int64, maxResults int64) ([]*ChannelMetric, bool) {
funcs.go#L172: func GetChannel(id int64) *ChannelMetric {
funcs.go#L502: func (c *channelMap) GetTopChannels(id int64, maxResults int64) ([]*ChannelMetric, bool) {
funcs.go#L518: var t []*ChannelMetric
funcs.go#L525: t = append(t, &ChannelMetric{
funcs.go#L646: func (c *channelMap) GetChannel(id int64) *ChannelMetric {
funcs.go#L647: cm := &ChannelMetric{}
types.go#L86: type ChannelMetric struct {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |