google.golang.org/grpc/internal/channelz.TraceEvent.Desc (field)

16 uses

	google.golang.org/grpc/internal/channelz (current package)
		channelmap.go#L199: 	childTC.getChannelTrace().append(&traceEvent{Desc: desc.Desc, Severity: desc.Severity, Timestamp: time.Now()})
		channelmap.go#L211: 				Desc:      desc.Parent.Desc,
		logging.go#L32: 		Desc:     fmt.Sprint(args...),
		logging.go#L40: 		Desc:     fmt.Sprintf(format, args...),
		logging.go#L48: 		Desc:     fmt.Sprint(args...),
		logging.go#L56: 		Desc:     fmt.Sprintf(format, args...),
		logging.go#L64: 		Desc:     fmt.Sprint(args...),
		logging.go#L72: 		Desc:     fmt.Sprintf(format, args...),
		trace.go#L77: 	Desc     string
		trace.go#L197: 	d := fmt.Sprintf("[%s]%s", e, desc.Desc)

	google.golang.org/grpc
		clientconn.go#L324: 		Desc:     fmt.Sprintf("Channel %s", msg),
		clientconn.go#L329: 			Desc:     fmt.Sprintf("Nested channel(id:%d) %s", cc.channelz.ID, msg),
		clientconn.go#L867: 		Desc:     "Subchannel created",
		clientconn.go#L870: 			Desc:     fmt.Sprintf("Subchannel(id:%d) created", ac.channelz.ID),
		clientconn.go#L1554: 		Desc:     "Subchannel deleted",
		clientconn.go#L1557: 			Desc:     fmt.Sprintf("Subchannel(id:%d) deleted", ac.channelz.ID),