From acba541ceab19e19013b074055695e5efe85b2b4 Mon Sep 17 00:00:00 2001 From: groshu <90900462+groshu@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:12:28 +0530 Subject: [PATCH] Update tchannel_client.go (#919) --- runtime/tchannel_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tchannel_client.go b/runtime/tchannel_client.go index df7bfa048..15c97560a 100644 --- a/runtime/tchannel_client.go +++ b/runtime/tchannel_client.go @@ -293,7 +293,7 @@ func (c *TChannelClient) call( // capture when no error in making/reading client call if GetToCapture(ctx) { event := &ThriftOutgoingEvent{ - MethodName: call.methodName, + MethodName: call.serviceMethod, ServiceName: c.serviceName, ReqHeaders: call.reqHeaders, Req: req,