Skip to content

Commit 4b6baad

Browse files
committed
Introduced TWilsonGrpc::RequestActor
1 parent 64b16bc commit 4b6baad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ydb/core/grpc_services/rpc_deferrable.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class TRpcOperationRequestActor : public TRpcRequestWithOperationParamsActor<TDe
151151

152152
TRpcOperationRequestActor(IRequestOpCtx* request)
153153
: TBase(request)
154-
, Span_(TWilsonGrpc::RequestProxy, request->GetWilsonTraceId(),
154+
, Span_(TWilsonGrpc::RequestActor, request->GetWilsonTraceId(),
155155
"RequestProxy.RpcOperationRequestActor", NWilson::EFlags::AUTO_END)
156156
{}
157157

ydb/library/wilson_ids/wilson.h

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ namespace NKikimr {
4747
struct TWilsonGrpc {
4848
enum {
4949
RequestProxy = 9,
50+
RequestActor = 9,
5051
};
5152
};
5253

0 commit comments

Comments
 (0)