google.golang.org/grpc.traceInfo.tr (field)

50 uses

	google.golang.org/grpc (current package)
		server.go#L923: 		tr: tr,
		server.go#L1054: 			trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1069: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1070: 					trInfo.tr.SetError()
		server.go#L1072: 				trInfo.tr.Finish()
		server.go#L1189: 			trInfo.tr.LazyLog(&payload{sent: false, msg: v}, true)
		server.go#L1203: 			trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1204: 			trInfo.tr.SetError()
		server.go#L1225: 		trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1271: 		trInfo.tr.LazyLog(&payload{sent: true, msg: reply}, true)
		server.go#L1352: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1353: 					ss.trInfo.tr.SetError()
		server.go#L1355: 				ss.trInfo.tr.Finish()
		server.go#L1356: 				ss.trInfo.tr = nil
		server.go#L1433: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1458: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1459: 			ss.trInfo.tr.SetError()
		server.go#L1474: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1495: 			trInfo.tr.LazyLog(&fmtStringer{"Malformed method name %q", []interface{}{sm}}, true)
		server.go#L1496: 			trInfo.tr.SetError()
		server.go#L1501: 				trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1502: 				trInfo.tr.SetError()
		server.go#L1507: 			trInfo.tr.Finish()
		server.go#L1537: 		trInfo.tr.LazyPrintf("%s", errDesc)
		server.go#L1538: 		trInfo.tr.SetError()
		server.go#L1542: 			trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1543: 			trInfo.tr.SetError()
		server.go#L1548: 		trInfo.tr.Finish()
		stream.go#L236: 			tr: trace.New("grpc.Sent."+methodFamily(method), method),
		stream.go#L244: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		stream.go#L245: 		ctx = trace.NewContext(ctx, trInfo.tr)
		stream.go#L863: 		if a.trInfo.tr != nil {
		stream.go#L864: 			a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L920: 		if a.trInfo.tr != nil {
		stream.go#L921: 			a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L995: 	if a.trInfo != nil && a.trInfo.tr != nil {
		stream.go#L997: 			a.trInfo.tr.LazyPrintf("RPC: [OK]")
		stream.go#L999: 			a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
		stream.go#L1000: 			a.trInfo.tr.SetError()
		stream.go#L1002: 		a.trInfo.tr.Finish()
		stream.go#L1003: 		a.trInfo.tr = nil
		stream.go#L1408: 			if ss.trInfo.tr != nil {
		stream.go#L1410: 					ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1412: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1413: 					ss.trInfo.tr.SetError()
		stream.go#L1468: 			if ss.trInfo.tr != nil {
		stream.go#L1470: 					ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1472: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1473: 					ss.trInfo.tr.SetError()
		trace.go#L49: 	tr        trace.Trace